Diff for /loncom/loncapa_apache.conf between versions 1.81 and 1.85

version 1.81, 2004/05/31 20:24:11 version 1.85, 2004/06/18 15:13:07
Line 65  ErrorDocument     406 /adm/roles Line 65  ErrorDocument     406 /adm/roles
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <Location /adm/portfolio>
   PerlAccessHandler Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::portfolio
   </Location>
   
   <LocationMatch "\.portfolio$">
   SetHandler perl-script
   PerlHandler Apache::portfolio
   </LocationMatch>
   
   
   
 <LocationMatch "^/+userfiles.*">  <LocationMatch "^/+userfiles.*">
 PerlAccessHandler       Apache::lontokacc  PerlAccessHandler       Apache::lontokacc
 PerlCleanupHandler Apache::lontokacc::removefile  PerlCleanupHandler Apache::lontokacc::removefile
Line 258  ErrorDocument     403 /adm/login Line 271  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
   <LocationMatch "^/adm/source/">
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonsource
   ErrorDocument     403 /adm/login
   ErrorDocument     406 /adm/roles
   ErrorDocument  500 /adm/errorhandler
   </LocationMatch>
   
   
 <LocationMatch "^/adm/localize/">  <LocationMatch "^/adm/localize/">
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
Line 923  PerlSetVar       lonhttpdPort  8080 Line 946  PerlSetVar       lonhttpdPort  8080
 #   # 
 #   The definition below is the full path to the directory that  #   The definition below is the full path to the directory that
 #   contains the certificate and key files:  #   contains the certificate and key files:
 #  
 PerlSetVar lonCertificateDirectory /home/httpd/lonCerts  PerlSetVar lonCertificateDirectory /home/httpd/lonCerts
   
 #  #

Removed from v.1.81  
changed lines
  Added in v.1.85


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