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

version 1.60, 2003/08/25 17:20:09 version 1.61, 2003/09/11 18:21:46
Line 536  ErrorDocument   500 /adm/errorhandler Line 536  ErrorDocument   500 /adm/errorhandler
 <Location /adm/coursedocs>  <Location /adm/coursedocs>
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
 PerlCleanupHandler Apache::londocs::untiehash  
 PerlHandler Apache::londocs  PerlHandler Apache::londocs
    PerlCleanupHandler Apache::londocs::untiehash
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
Line 797  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.60  
changed lines
  Added in v.1.61


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