Diff for /loncom/loncapa_apache.conf between versions 1.90.2.2 and 1.91

version 1.90.2.2, 2004/09/15 20:44:05 version 1.91, 2004/07/22 23:50:55
Line 43  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b Line 43  ScriptAlias /cgi-bin/ "/home/httpd/cgi-b
 # ------------------------------------------------------------- Access Handlers  # ------------------------------------------------------------- Access Handlers
   
 PerlTransHandler Apache::lontrans  PerlTransHandler Apache::lontrans
 PerlCleanupHandler Apache::lonnet::save_cache  <IfDefine MODPERL2>
   PerlCleanupHandler Apache::lonnet::cleanenv
   </IfDefine>
   
 #PerlWarn On  #PerlWarn On
 <LocationMatch "^/+res.*">  <LocationMatch "^/+res.*">
Line 387  ErrorDocument     403 /adm/login Line 389  ErrorDocument     403 /adm/login
 ErrorDocument  500 /adm/errorhandler  ErrorDocument  500 /adm/errorhandler
 </Location>  </Location>
   
   <Location /adm/spellcheck>
   PerlAccessHandler       Apache::lonacc
   SetHandler perl-script
   PerlHandler Apache::lonspeller
   ErrorDocument     403 /adm/login
   ErrorDocument  500 /adm/errorhandler
   </Location>
   
 <Location /adm/bookmarks>  <Location /adm/bookmarks>
 PerlAccessHandler       Apache::lonacc  PerlAccessHandler       Apache::lonacc
 SetHandler perl-script  SetHandler perl-script
Line 1010  PerlSetVar SSLProgram /usr/bin/openssl Line 1020  PerlSetVar SSLProgram /usr/bin/openssl
 PerlSetVar SSLDirectory /usr/share/ssl  PerlSetVar SSLDirectory /usr/share/ssl
 PerlSetVar SSLCAConfig  loncapaca  PerlSetVar SSLCAConfig  loncapaca
 PerlSetVar SSLCAFile    /usr/share/ssl/loncapaca/cacert.pem  PerlSetVar SSLCAFile    /usr/share/ssl/loncapaca/cacert.pem
 PerlSetVar SSLEmail     certificate@lon-capa.org  #  !!!!!!!!!!!!!!!! CHANGE THIS NEXT LINE !!!!!!!!!!!!!!
   PerlSetVar SSLEmail     fox@nscl.msu.edu
   
 #-------------------------------------------------------------------------  #-------------------------------------------------------------------------
   

Removed from v.1.90.2.2  
changed lines
  Added in v.1.91


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