Diff for /loncom/loncapa_apache.conf between versions 1.181.2.3 and 1.183

version 1.181.2.3, 2008/12/23 00:06:12 version 1.183, 2008/12/23 00:02:56
Line 52  PerlSetVar lonOtherAuthen no Line 52  PerlSetVar lonOtherAuthen no
   
 #PerlWarn On  #PerlWarn On
 <LocationMatch "^/+res/adm/pages/[^/]+\.(gif|png)$">  <LocationMatch "^/+res/adm/pages/[^/]+\.(gif|png)$">
 PerlAuthenHandler       'sub { return OK }'  PerlAuthenHandler 'sub { return OK }' 
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
Line 105  PerlCleanupHandler Apache::lontokacc::re Line 105  PerlCleanupHandler Apache::lontokacc::re
 PerlCleanupHandler Apache::lonacc::cleanup  PerlCleanupHandler Apache::lonacc::cleanup
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/pdfupload.*">
   SetHandler perl-script
   PerlHandler             Apache::lonpdfupload
   </LocationMatch>
   
 <LocationMatch "^/+uploaded.*">  <LocationMatch "^/+uploaded.*">
 AuthType LONCAPA  AuthType LONCAPA
 Require valid-user  Require valid-user

Removed from v.1.181.2.3  
changed lines
  Added in v.1.183


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