Diff for /loncom/loncapa_apache.conf between versions 1.83 and 1.84

version 1.83, 2004/06/12 01:11:00 version 1.84, 2004/06/15 16:33:09
Line 65  ErrorDocument     406 /adm/roles Line 65  ErrorDocument     406 /adm/roles
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <Location /adm/portfolio>
   PerlAccessHandler Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::portfolio
   </Location>
   
   <LocationMatch "\.portfolio$">
   SetHandler perl-script
   PerlHandler Apache::portfolio
   </LocationMatch>
   
   
   
 <LocationMatch "^/+userfiles.*">  <LocationMatch "^/+userfiles.*">
 PerlAccessHandler       Apache::lontokacc  PerlAccessHandler       Apache::lontokacc
 PerlCleanupHandler Apache::lontokacc::removefile  PerlCleanupHandler Apache::lontokacc::removefile

Removed from v.1.83  
changed lines
  Added in v.1.84


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