Diff for /loncom/loncapa_apache.conf between versions 1.15 and 1.16

version 1.15, 2002/08/11 18:52:02 version 1.16, 2002/08/27 13:01:26
Line 64  ErrorDocument     404 /adm/notfound.html Line 64  ErrorDocument     404 /adm/notfound.html
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/uploaded.*\.syllabus">
   PerlAccessHandler Apache::lonuploadedacc
   SetHandler              perl-script
   PerlHandler             Apache::lonsyllabus
   ErrorDocument     404 /adm/notfound.html
   ErrorDocument  500 /adm/errorhandler
   </LocationMatch>
   
   <LocationMatch "^/uploaded.*\.aboutme">
   PerlAccessHandler Apache::lonuploadedacc
   SetHandler              perl-script
   PerlHandler             Apache::lonaboutme
   ErrorDocument     404 /adm/notfound.html
   ErrorDocument  500 /adm/errorhandler
   </LocationMatch>
   
 <LocationMatch "^/priv.*">  <LocationMatch "^/priv.*">
 PerlAccessHandler Apache::loncacc  PerlAccessHandler Apache::loncacc
 SetHandler        perl-script  SetHandler        perl-script

Removed from v.1.15  
changed lines
  Added in v.1.16


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