Diff for /loncom/loncapa_apache.conf between versions 1.190 and 1.190.4.3

version 1.190, 2009/11/30 21:37:19 version 1.190.4.3, 2010/12/05 18:27:23
Line 558  ErrorDocument     403 /adm/login Line 558  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/welcome>
   SetHandler perl-script
   PerlHandler Apache::lonwelcome
   </Location>
   
 <Location /adm/login>  <Location /adm/login>
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonlogin  PerlHandler Apache::lonlogin
Line 1279  ErrorDocument   500 /adm/errorhandler Line 1284  ErrorDocument   500 /adm/errorhandler
 <LocationMatch "^/adm/coursecatalog">  <LocationMatch "^/adm/coursecatalog">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::coursecatalog  PerlHandler Apache::coursecatalog
 PerlAccessHandler      Apache::publiccheck  
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
Line 1533  PerlSetVar SSLCAFile    /usr/share/ssl/l Line 1537  PerlSetVar SSLCAFile    /usr/share/ssl/l
 PerlSetVar SSLEmail     certificate@lon-capa.org  PerlSetVar SSLEmail     certificate@lon-capa.org
   
 #-------------------------------------------------------------------------  #-------------------------------------------------------------------------
   PerlSetVar AnonymousSalt <Salt Placeholder>
   
   
   
 # ====================================== Include machine-specific configuration  # ====================================== Include machine-specific configuration

Removed from v.1.190  
changed lines
  Added in v.1.190.4.3


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