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

version 1.132, 2006/04/21 20:28:36 version 1.133, 2006/05/08 18:54:27
Line 1080  SetHandler perl-script Line 1080  SetHandler perl-script
 PerlHandler Apache::lonsupportreq  PerlHandler Apache::lonsupportreq
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/adm/css">
   AuthType Basic
   Require valid-user
   PerlAuthzHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::loncss
   </LocationMatch>
   
 # ------------------------------------------------- Backdoor Adm Tests/Programs  # ------------------------------------------------- Backdoor Adm Tests/Programs
   
 <Location /cgi-bin/loncron.pl>  <Location /cgi-bin/loncron.pl>

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


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