[LON-CAPA-cvs] cvs: doc /homework worktime.html
banghart
lon-capa-cvs@mail.lon-capa.org
Tue, 25 May 2004 16:02:23 -0000
banghart Tue May 25 12:02:23 2004 EDT
Modified files:
/doc/homework worktime.html
Log:
formatting change and addition of loncapa_apache.conf change
Index: doc/homework/worktime.html
diff -u doc/homework/worktime.html:1.2 doc/homework/worktime.html:1.3
--- doc/homework/worktime.html:1.2 Fri May 7 17:34:26 2004
+++ doc/homework/worktime.html Tue May 25 12:02:22 2004
@@ -19,15 +19,18 @@
</p>
<h3>Conf Changes</h3>
-<Location /adm/username>
-SetHandler perl-script
-PerlHandler Apache::username
-</Location>
-<LocationMatch "\.username$">
-SetHandler perl-script
-PerlHandler Apache::username
-</LocationMatch>
+
+<Location /adm/username><br />
+PerlAccessHandler Apache::lonacc<br />
+SetHandler perl-script<br />
+PerlHandler Apache::username<br />
+</Location><br />
+
+<LocationMatch "\.username$"><br />
+SetHandler perl-script<br />
+PerlHandler Apache::username<br />
+</LocationMatch><br />
<h3>Example 1</h3>
<pre>