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

version 1.192.2.4, 2011/05/26 14:25:39 version 1.196, 2010/07/07 16:30:44
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 511  ErrorDocument     403 /adm/login Line 510  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 1548  PerlSetVar SSLEmail     certificate@lon- Line 1537  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.4  
changed lines
  Added in v.1.196


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