Diff for /loncom/loncapa_apache.conf between versions 1.190.4.1 and 1.192

version 1.190.4.1, 2010/09/12 22:47:04 version 1.192, 2010/02/22 22:53:40
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 1533  PerlSetVar SSLCAFile    /usr/share/ssl/l Line 1539  PerlSetVar SSLCAFile    /usr/share/ssl/l
 PerlSetVar SSLEmail     certificate@lon-capa.org  PerlSetVar SSLEmail     certificate@lon-capa.org
   
 #-------------------------------------------------------------------------  #-------------------------------------------------------------------------
 PerlSetVar AnonymousSalt <Salt Placeholder>  
   
   
   
 # ====================================== Include machine-specific configuration  # ====================================== Include machine-specific configuration

Removed from v.1.190.4.1  
changed lines
  Added in v.1.192


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