Diff for /loncom/loncapa_apache.conf between versions 1.36 and 1.38

version 1.36, 2003/02/24 23:32:32 version 1.38, 2003/03/08 01:44:04
Line 478  ErrorDocument   500 /adm/errorhandler Line 478  ErrorDocument   500 /adm/errorhandler
 <Location /adm/coursedocs>  <Location /adm/coursedocs>
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
   PerlCleanupHandler Apache::coursedocs::untiehash
 PerlHandler Apache::londocs  PerlHandler Apache::londocs
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
Line 593  PerlHandler Apache::lonhelp Line 594  PerlHandler Apache::lonhelp
 AuthName "LON-CAPA Network Administration"  AuthName "LON-CAPA Network Administration"
 AuthType Basic  AuthType Basic
 AuthUserFile /home/httpd/lonTabs/htpasswd  AuthUserFile /home/httpd/lonTabs/htpasswd
   require user lonadm
   </Location>
   
   <Location /cgi-bin/userstatus.pl>
   AuthName "LON-CAPA Network Administration"
   AuthType Basic
   AuthUserFile /home/httpd/lonTabs/htpasswd
 require user lonadm  require user lonadm
 </Location>  </Location>
   

Removed from v.1.36  
changed lines
  Added in v.1.38


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