Diff for /loncom/loncapa_apache.conf between versions 1.44 and 1.45

version 1.44, 2003/04/12 15:58:43 version 1.45, 2003/04/18 19:56:05
Line 39  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b Line 39  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
   
 PerlTransHandler Apache::lontrans  PerlTransHandler Apache::lontrans
   
   #PerlWarn On
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 PerlHeaderParserHandler Apache::lonrep  PerlHeaderParserHandler Apache::lonrep
Line 178  SetHandler perl-script Line 179  SetHandler perl-script
 PerlHandler Apache::lonsequence  PerlHandler Apache::lonsequence
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "\.meta$>  <LocationMatch "^/(res|\~).*\.meta$>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonmeta  PerlHandler Apache::lonmeta
 </LocationMatch>  </LocationMatch>

Removed from v.1.44  
changed lines
  Added in v.1.45


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