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

version 1.85, 2004/06/18 15:13:07 version 1.86, 2004/06/29 10:28:16
Line 935  PerlSetVar       lonSqlAccess   localhos Line 935  PerlSetVar       lonSqlAccess   localhos
 PerlSetVar       lonhttpdPort  8080  PerlSetVar       lonhttpdPort  8080
   
   
   #----------------------------------------------------------------------------
   #
 #   Parameters used by secure lond/lonc  #   Parameters used by secure lond/lonc
   
 #  #
Line 978  PerlSetVar lonnetPrivateKey         lonK Line 980  PerlSetVar lonnetPrivateKey         lonK
 # Did we mention that the file described above must have  # Did we mention that the file described above must have
 # permissions really locked down so that it can't be stolen?  # permissions really locked down so that it can't be stolen?
   
   #-------------------------------------------------------------------------
   
   #   Parameters that define where all the ssl stuff is that's needed
   #   to generate certificate requests and, on a system that's a CA
   #   the certificate authority.
   #    
   #    SSLProgram    -> Path to the openssl command
   #    SSLDirectory  -> Directory containing ssl configuration files etc.
   #    SSLCAConfig   -> Name of the SSL config file for the certificate 
   #                     Authority.
   #    The following are good for the loncapa redhat installs and
   #    the loncapa certificate authority system:
   #
   PerlSetVar SSLProgram /usr/bin/openssl
   PerlSetVar SSLDirectory /usr/share/ssl
   PerlSetVar SSLCAConfig  loncapaca
   
   #-------------------------------------------------------------------------
   
   
   
   

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


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