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

version 1.93, 2004/08/13 15:48:39 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 131  ErrorDocument   500 /adm/errorhandler Line 129  ErrorDocument   500 /adm/errorhandler
 <LocationMatch "^/adm/.*/bulletinboard$">  <LocationMatch "^/adm/.*/bulletinboard$">
 PerlAccessHandler Apache::lonacc  PerlAccessHandler Apache::lonacc
 SetHandler              perl-script  SetHandler              perl-script
   PerlHandler             Apache::londatecheck
 PerlHandler             Apache::lonbulletin  PerlHandler             Apache::lonbulletin
 ErrorDocument     404 /adm/notfound.html  ErrorDocument     404 /adm/notfound.html
 ErrorDocument     406 /adm/notinit.html  ErrorDocument     406 /adm/notinit.html
Line 970  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.93  
changed lines
  Added in v.1.95


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