Diff for /loncom/loncapa_apache.conf between versions 1.61 and 1.62

version 1.61, 2003/09/11 18:21:46 version 1.62, 2003/09/11 19:47:30
Line 689  AuthUserFile /home/httpd/lonTabs/htpassw Line 689  AuthUserFile /home/httpd/lonTabs/htpassw
 require user  reaper  require user  reaper
 </Location>  </Location>
   
   <Location /cgi-bin/takeoffline.pl>
   AuthName "Offline"
   AuthType Basic
   AuthUserFile /home/httpd/lonTabs/htpasswd
   require user  offline
   </Location>
   
   <Location /cgi-bin/takeonline.pl>
   AuthName "Offline"
   AuthType Basic
   AuthUserFile /home/httpd/lonTabs/htpasswd
   require user  offline
   </Location>
   
 <Location /adm/test>  <Location /adm/test>
 AuthName "LON-CAPA Network Administration"  AuthName "LON-CAPA Network Administration"
 AuthType Basic  AuthType Basic

Removed from v.1.61  
changed lines
  Added in v.1.62


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