--- doc/homework/worktime.html 2002/06/07 06:39:18 1.1 +++ doc/homework/worktime.html 2004/05/07 21:34:26 1.2 @@ -14,7 +14,22 @@ "username" appears it should be replaced by your specific username.

-

Example 1

+

+ Please add this to your /etc/httpd/conf/loncapa_apache.conf file +

+ +

Conf Changes

+<Location /adm/username> +SetHandler perl-script +PerlHandler Apache::username +</Location> + +<LocationMatch "\.username$"> +SetHandler perl-script +PerlHandler Apache::username +</LocationMatch> + +

Example 1

 package Apache::username;
 use strict;