Diff for /doc/homework/worktime.html between versions 1.1 and 1.3

version 1.1, 2002/06/07 06:39:18 version 1.3, 2004/05/25 16:02:22
Line 14 Line 14
       "username" appears it should be replaced by your specific        "username" appears it should be replaced by your specific
       username.        username.
     </p>      </p>
     <h3>Example 1</h3>      <p>
         Please add this to your /etc/httpd/conf/loncapa_apache.conf file
       </p>
    
       <h3>Conf Changes</h3>
   
   
   &lt;Location /adm/username&gt;<br />
   PerlAccessHandler       Apache::lonacc<br />
   SetHandler perl-script<br />
   PerlHandler Apache::username<br />
   &lt;/Location&gt;<br />
   
   &lt;LocationMatch &quot;\.username$&quot;&gt;<br />
   SetHandler perl-script<br />
   PerlHandler Apache::username<br />
   &lt;/LocationMatch&gt;<br />
   
          <h3>Example 1</h3>
     <pre>      <pre>
 package Apache::username;  package Apache::username;
 use strict;  use strict;

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>