Diff for /loncom/loncapa_apache.conf between versions 1.192.2.1 and 1.193

version 1.192.2.1, 2010/05/17 20:29:02 version 1.193, 2010/03/10 21:25:22
Line 105  SetHandler perl-script Line 105  SetHandler perl-script
 PerlHandler Apache::portfolio  PerlHandler Apache::portfolio
 </Location>  </Location>
   
 <Location /adm/pdfupload>  
 AuthType LONCAPA  
 Require valid-user  
 PerlAuthzHandler Apache::lonacc  
 SetHandler perl-script  
 PerlHandler             Apache::lonpdfupload  
 ErrorDocument     403 /adm/login  
 ErrorDocument     404 /adm/notfound.html  
 ErrorDocument     406 /adm/roles  
 ErrorDocument     500 /adm/errorhandler  
 </Location>  
   
 <LocationMatch "^/+userfiles.*">  <LocationMatch "^/+userfiles.*">
 PerlAccessHandler       Apache::lontokacc  PerlAccessHandler       Apache::lontokacc
 PerlCleanupHandler Apache::lontokacc::removefile  PerlCleanupHandler Apache::lontokacc::removefile
 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
Line 510  ErrorDocument     403 /adm/login Line 503  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 1292  ErrorDocument   500 /adm/errorhandler Line 1275  ErrorDocument   500 /adm/errorhandler
 <LocationMatch "^/adm/coursecatalog">  <LocationMatch "^/adm/coursecatalog">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::coursecatalog  PerlHandler Apache::coursecatalog
   PerlAccessHandler      Apache::publiccheck
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   

Removed from v.1.192.2.1  
changed lines
  Added in v.1.193


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