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

version 1.1, 2002/06/07 06:39:18 version 1.2, 2004/05/07 21:34:26
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;
   SetHandler perl-script
   PerlHandler Apache::username
   &lt;/Location&gt;
   
   &lt;LocationMatch &quot;\.username$&quot;&gt;
   SetHandler perl-script
   PerlHandler Apache::username
   &lt;/LocationMatch&gt;
   
          <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.2


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