Diff for /loncom/loncapa_apache.conf between versions 1.59.2.1 and 1.60

version 1.59.2.1, 2003/09/16 18:28:16 version 1.60, 2003/08/25 17:20:09
Line 40  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b Line 40  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
 # ------------------------------------------------------------- Access Handlers  # ------------------------------------------------------------- Access Handlers
   
 PerlTransHandler Apache::lontrans  PerlTransHandler Apache::lontrans
   <IfDefine MODPERL2>
   PerlCleanupHandler Apache::lonnet::cleanenv
   </IfDefine>
   
 #PerlWarn On  #PerlWarn On
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
Line 794  PerlSetVar       lonhttpdPort  8080 Line 797  PerlSetVar       lonhttpdPort  8080
   
 Include conf/loncapa.conf  Include conf/loncapa.conf
   
 # ================================================= Include local configuration  
   
 Include conf/loncapa_apache_local*.conf  
   
 # ================================================== Initiate mod_perl starting  # ================================================== Initiate mod_perl starting
   
 PerlRequire      conf/startup.pl  PerlRequire      conf/startup.pl

Removed from v.1.59.2.1  
changed lines
  Added in v.1.60


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