Diff for /loncom/loncapa_apache.conf between versions 1.190 and 1.194

version 1.190, 2009/11/30 21:37:19 version 1.194, 2010/03/17 19:41:06
Line 55  PerlSetVar lonOtherAuthen no Line 55  PerlSetVar lonOtherAuthen no
 PerlAuthenHandler 'sub { return OK }'   PerlAuthenHandler 'sub { return OK }' 
 </LocationMatch>  </LocationMatch>
   
   # Send proper expires header to avoid unnecessary HTTP request for static content
   <LocationMatch "^(/adm/lonIcons|/adm/jQuery|/adm/jsMath|/res/adm/pages|/ckeditor)">
           ExpiresActive On
           ExpiresDefault "access plus 12 hours"
   </LocationMatch>
   
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
   
 AuthType LONCAPA  AuthType LONCAPA
Line 497  ErrorDocument     403 /adm/login Line 503  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
 <Location /adm/remote>  
 AuthType LONCAPA  
 Require valid-user  
 PerlAuthzHandler       Apache::lonacc  
 SetHandler perl-script  
 PerlHandler Apache::lonremote  
 ErrorDocument     403 /adm/login  
 ErrorDocument  500 /adm/errorhandler  
 </Location>  
   
 <Location /adm/pickauthor>  <Location /adm/pickauthor>
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user
Line 1279  ErrorDocument   500 /adm/errorhandler Line 1275  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.190  
changed lines
  Added in v.1.194


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