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

version 1.189, 2009/10/26 18:58:47 version 1.190.4.3, 2010/12/05 18:27:23
Line 344  PerlCleanupHandler Apache::lonindexer::c Line 344  PerlCleanupHandler Apache::lonindexer::c
 PerlCleanupHandler Apache::lonacc::cleanup  PerlCleanupHandler Apache::lonacc::cleanup
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+(res|\~).*\.tex$">  <LocationMatch "^/+res.*\.tex$">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lontex  PerlHandler Apache::lontex
 </LocationMatch>  </LocationMatch>
Line 393  SetHandler perl-script Line 393  SetHandler perl-script
 PerlHandler Apache::lonhomework  PerlHandler Apache::lonhomework
 </LocationMatch>  </LocationMatch>
   
 <LocationMatch "^/+\~.*\.(js|css|txt)$">  <LocationMatch "^/+\~.*\.(js|css|txt|tex)$">
 SetHandler perl-script  SetHandler perl-script
 PerlHandler Apache::lonxml  PerlHandler Apache::lonxml
 </LocationMatch>  </LocationMatch>
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.189  
changed lines
  Added in v.1.190.4.3


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