Diff for /loncom/loncapa_apache.conf between versions 1.187 and 1.189

version 1.187, 2009/08/05 00:15:15 version 1.189, 2009/10/26 18:58:47
Line 1223  ErrorDocument   500 /adm/errorhandler Line 1223  ErrorDocument   500 /adm/errorhandler
 </Location>  </Location>
   
 <Location /adm/blockingstatus>  <Location /adm/blockingstatus>
   PerlAccessHandler      Apache::publiccheck
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
 PerlAuthzHandler       Apache::lonacc  PerlAuthzHandler       Apache::lonacc
 SetHandler perl-script  SetHandler             perl-script
 PerlHandler Apache::lonblockingstatus  PerlHandler            Apache::lonblockingstatus
 ErrorDocument     403 /adm/login  
 ErrorDocument  500 /adm/errorhandler  
 </Location>  </Location>
   
 <Location /adm/errorhandler>  <Location /adm/errorhandler>
Line 1280  ErrorDocument   500 /adm/errorhandler Line 1279  ErrorDocument   500 /adm/errorhandler
 <LocationMatch "^/adm/coursecatalog">  <LocationMatch "^/adm/coursecatalog">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::coursecatalog  PerlHandler Apache::coursecatalog
   PerlAccessHandler      Apache::publiccheck
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   

Removed from v.1.187  
changed lines
  Added in v.1.189


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