Diff for /loncom/loncapa_apache.conf between versions 1.94 and 1.95

version 1.94, 2004/08/23 19:34:01 version 1.95, 2004/09/15 20:08:34
Line 43  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b Line 43  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
 # ------------------------------------------------------------- Access Handlers  # ------------------------------------------------------------- Access Handlers
   
 PerlTransHandler Apache::lontrans  PerlTransHandler Apache::lontrans
 <IfDefine MODPERL2>  PerlCleanupHandler Apache::lonnet::save_cache
 PerlCleanupHandler Apache::lonnet::cleanenv  
 </IfDefine>  
   
 #PerlWarn On  #PerlWarn On
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
Line 971  PerlSetVar       lonSqlAccess   localhos Line 969  PerlSetVar       lonSqlAccess   localhos
 # -----------------------------------------------------------------------------  # -----------------------------------------------------------------------------
 # lonttpdPort is the port used by the lightweight graphics httpd server  # lonttpdPort is the port used by the lightweight graphics httpd server
 # not the main Apache server  # not the main Apache server
 PerlSetVar       lonhttpdPort  8080  PerlSetVar       lonhttpdPort  80
   
   
 #----------------------------------------------------------------------------  #----------------------------------------------------------------------------

Removed from v.1.94  
changed lines
  Added in v.1.95


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