Diff for /loncom/loncapa_apache.conf between versions 1.133 and 1.135

version 1.133, 2006/05/08 18:54:27 version 1.135, 2006/05/12 02:18:24
Line 940  ErrorDocument     403 /adm/login Line 940  ErrorDocument     403 /adm/login
 ErrorDocument     500 /adm/errorhandler  ErrorDocument     500 /adm/errorhandler
 </Location>  </Location>
   
 <Location /adm/announcements>  <LocationMatch "^/adm/announcements">
 AuthType Basic  AuthType Basic
 Require valid-user  Require valid-user
 PerlAuthzHandler       Apache::lonacc  PerlAuthzHandler       Apache::lonacc
Line 948  SetHandler perl-script Line 948  SetHandler perl-script
 PerlHandler Apache::lonannounce  PerlHandler Apache::lonannounce
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </LocationMatch>
   
 <Location /adm/chat>  <Location /adm/chat>
 AuthType Basic  AuthType Basic
Line 1081  PerlHandler Apache::lonsupportreq Line 1081  PerlHandler Apache::lonsupportreq
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/adm/css">  <LocationMatch "^/adm/css">
 AuthType Basic  
 Require valid-user  
 PerlAuthzHandler       Apache::lonacc  
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::loncss  PerlHandler Apache::loncss
 </LocationMatch>  </LocationMatch>

Removed from v.1.133  
changed lines
  Added in v.1.135


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