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

version 1.16, 2002/08/27 13:01:26 version 1.17, 2002/08/27 13:23:01
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">  <LocationMatch "^/public/.*/syllabus">
 PerlAccessHandler Apache::lonuploadedacc  PerlAccessHandler Apache::lonacc
 SetHandler              perl-script  SetHandler              perl-script
 PerlHandler             Apache::lonsyllabus  PerlHandler             Apache::lonsyllabus
 ErrorDocument     404 /adm/notfound.html  ErrorDocument     404 /adm/notfound.html
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/uploaded.*\.aboutme">  <LocationMatch "^/adm/.*/aboutme">
 PerlAccessHandler Apache::lonuploadedacc  PerlAccessHandler Apache::lonacc
 SetHandler              perl-script  SetHandler              perl-script
 PerlHandler             Apache::lonaboutme  PerlHandler             Apache::lonaboutme
 ErrorDocument     404 /adm/notfound.html  ErrorDocument     404 /adm/notfound.html

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


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