Diff for /loncom/loncapa_apache.conf between versions 1.79 and 1.84

version 1.79, 2004/05/27 09:28:38 version 1.84, 2004/06/15 16:33:09
Line 60  ErrorDocument   500 /adm/errorhandler Line 60  ErrorDocument   500 /adm/errorhandler
 <LocationMatch "^/+enc.*">  <LocationMatch "^/+enc.*">
 PerlAccessHandler       Apache::lonenc  PerlAccessHandler       Apache::lonenc
 ErrorDocument     403 /adm/login  ErrorDocument     403 /adm/login
   ErrorDocument     404 /adm/notfound.html
   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 71  PerlCleanupHandler Apache::lontokacc::re Line 86  PerlCleanupHandler Apache::lontokacc::re
 <LocationMatch "^/+uploaded.*">  <LocationMatch "^/+uploaded.*">
 PerlAccessHandler Apache::lonacc  PerlAccessHandler Apache::lonacc
 PerlHeaderParserHandler Apache::lonuploadrep  PerlHeaderParserHandler Apache::lonuploadrep
   ErrorDocument     403 /adm/login
 ErrorDocument     404 /adm/notfound.html  ErrorDocument     404 /adm/notfound.html
   ErrorDocument     406 /adm/roles
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </LocationMatch>  </LocationMatch>
   
Line 237  PerlHandler Apache::lonrights Line 254  PerlHandler Apache::lonrights
   
 <LocationMatch "^/+(uploaded|res|\~).*\.(xml|html|htm|xhtml|xhtm|sty)$">  <LocationMatch "^/+(uploaded|res|\~).*\.(xml|html|htm|xhtml|xhtm|sty)$">
 SetHandler perl-script  SetHandler perl-script
   PerlHandler Apache::londatecheck
 PerlHandler Apache::lonxml  PerlHandler Apache::lonxml
 </LocationMatch>  </LocationMatch>
   
Line 253  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  500 /adm/errorhandler
   </LocationMatch>
   
   
 <LocationMatch "^/adm/localize/">  <LocationMatch "^/adm/localize/">
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
Line 918  PerlSetVar       lonhttpdPort  8080 Line 945  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.79  
changed lines
  Added in v.1.84


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