Diff for /loncom/loncapa_apache.conf between versions 1.80 and 1.83

version 1.80, 2004/05/31 14:55:18 version 1.83, 2004/06/12 01:11:00
Line 241  PerlHandler Apache::lonrights Line 241  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 257  ErrorDocument     403 /adm/login Line 258  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 922  PerlSetVar       lonhttpdPort  8080 Line 932  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.80  
changed lines
  Added in v.1.83


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