Diff for /loncom/loncapa_apache.conf between versions 1.192.2.2 and 1.192.2.4

version 1.192.2.2, 2010/08/12 21:06:47 version 1.192.2.4, 2011/05/26 14:25:39
Line 59  PerlAuthenHandler 'sub { return OK }' Line 59  PerlAuthenHandler 'sub { return OK }'
 <LocationMatch "^(/adm/lonIcons|/adm/jQuery|/adm/jsMath|/res/adm/pages|/ckeditor)">  <LocationMatch "^(/adm/lonIcons|/adm/jQuery|/adm/jsMath|/res/adm/pages|/ckeditor)">
         ExpiresActive On          ExpiresActive On
         ExpiresDefault "access plus 12 hours"          ExpiresDefault "access plus 12 hours"
           Header set Cache-Control "public, no-transform"
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
Line 1547  PerlSetVar SSLEmail     certificate@lon- Line 1548  PerlSetVar SSLEmail     certificate@lon-
 #-------------------------------------------------------------------------  #-------------------------------------------------------------------------
   
   
   # ====================================== Include support for SSL rewrites
   
   Include conf/loncapa_rewrite.conf
   
   
 # ====================================== Include machine-specific configuration  # ====================================== Include machine-specific configuration

Removed from v.1.192.2.2  
changed lines
  Added in v.1.192.2.4


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