--- doc/homework/worktime.html 2002/06/07 06:39:18 1.1 +++ doc/homework/worktime.html 2004/05/25 16:02:22 1.3 @@ -14,7 +14,25 @@ "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>
+PerlAccessHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::username
+</Location>
+ +<LocationMatch "\.username$">
+SetHandler perl-script
+PerlHandler Apache::username
+</LocationMatch>
+ +

Example 1

 package Apache::username;
 use strict;