[LON-CAPA-cvs] cvs: doc /homework worktime.html
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 07 May 2004 21:34:26 -0000
albertel Fri May 7 17:34:26 2004 EDT
Modified files:
/doc/homework worktime.html
Log:
- adding conf file cahangesCVS: ----------------------------------------------------------------------
Index: doc/homework/worktime.html
diff -u doc/homework/worktime.html:1.1 doc/homework/worktime.html:1.2
--- doc/homework/worktime.html:1.1 Fri Jun 7 02:39:18 2002
+++ doc/homework/worktime.html Fri May 7 17:34:26 2004
@@ -14,7 +14,22 @@
"username" appears it should be replaced by your specific
username.
</p>
- <h3>Example 1</h3>
+ <p>
+ Please add this to your /etc/httpd/conf/loncapa_apache.conf file
+ </p>
+
+ <h3>Conf Changes</h3>
+<Location /adm/username>
+SetHandler perl-script
+PerlHandler Apache::username
+</Location>
+
+<LocationMatch "\.username$">
+SetHandler perl-script
+PerlHandler Apache::username
+</LocationMatch>
+
+ <h3>Example 1</h3>
<pre>
package Apache::username;
use strict;