Diff for /loncom/loncapa_apache.conf between versions 1.86 and 1.87

version 1.86, 2004/06/29 10:28:16 version 1.87, 2004/06/29 10:46:59
Line 990  PerlSetVar lonnetPrivateKey         lonK Line 990  PerlSetVar lonnetPrivateKey         lonK
 #    SSLDirectory  -> Directory containing ssl configuration files etc.  #    SSLDirectory  -> Directory containing ssl configuration files etc.
 #    SSLCAConfig   -> Name of the SSL config file for the certificate   #    SSLCAConfig   -> Name of the SSL config file for the certificate 
 #                     Authority.  #                     Authority.
   #    SSLCAFile     -> Full path to the Certificate authority file 
   #                    (on the cert manager system).
   #    SSLEmail      -> E-mail address of loncapa certificate manager.
 #    The following are good for the loncapa redhat installs and  #    The following are good for the loncapa redhat installs and
 #    the loncapa certificate authority system:  #    the loncapa certificate authority system:
 #  #
 PerlSetVar SSLProgram /usr/bin/openssl  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 SSLEmail     fox@nscl.msu.edu     # CHANGE THIS!!!!!
   
 #-------------------------------------------------------------------------  #-------------------------------------------------------------------------
   

Removed from v.1.86  
changed lines
  Added in v.1.87


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