Diff for /loncom/loncapa_apache.conf between versions 1.12 and 1.14

version 1.12, 2002/08/02 14:45:04 version 1.14, 2002/08/10 14:57:54
Line 45  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b Line 45  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
   
 PerlTransHandler Apache::lontrans  PerlTransHandler Apache::lontrans
   
   <LocationMatch "^/res/adm/pages/*">
   ErrorDocument     403 /adm/login
   ErrorDocument     404 /adm/notfound.html
   ErrorDocument     406 /adm/roles
   ErrorDocument  500 /adm/errorhandler
   </LocationMatch>
   
   
 <LocationMatch "^/res.*">  <LocationMatch "^/res.*">
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 PerlHeaderParserHandler Apache::lonrep  PerlHeaderParserHandler Apache::lonrep
Line 56  ErrorDocument   500 /adm/errorhandler Line 64  ErrorDocument   500 /adm/errorhandler
   
 <LocationMatch "^/userfiles.*">  <LocationMatch "^/userfiles.*">
 PerlAccessHandler       Apache::lontokacc  PerlAccessHandler       Apache::lontokacc
 ErrorDocument     404 /adm/notfound.html  
 ErrorDocument  500 /adm/errorhandler  
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "/^uploaded.*">  <LocationMatch "^/uploaded.*">
 PerlAccessHandler Apache::lonuploadedacc  PerlAccessHandler Apache::lonuploadedacc
 ErrorDocument     404 /adm/notfound.html  ErrorDocument     404 /adm/notfound.html
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
Line 413  ErrorDocument   500 /adm/errorhandler Line 419  ErrorDocument   500 /adm/errorhandler
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonchat  PerlHandler Apache::lonchat
 ErrorDocument     403 /adm/login  ErrorDocument  500 /adm/errorhandler
   </Location>
   
   <Location /adm/chatfetch>
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonchatfetch
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   

Removed from v.1.12  
changed lines
  Added in v.1.14


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