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

version 1.190, 2009/11/30 21:37:19 version 1.191, 2010/02/18 16:54:53
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)">
           ExpiresActive On
           ExpiresDefault "access plus 12 hours"
   </LocationMatch>
   
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
   
 AuthType LONCAPA  AuthType LONCAPA

Removed from v.1.190  
changed lines
  Added in v.1.191


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