Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 2762 invoked by uid 500); 4 Dec 2001 10:01:49 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 2751 invoked by uid 500); 4 Dec 2001 10:01:49 -0000 Delivered-To: apmail-httpd-site-cvs@apache.org Date: 4 Dec 2001 09:43:32 -0000 Message-ID: <20011204094332.90587.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-site-cvs@apache.org Subject: cvs commit: httpd-site/xdocs/test/flood building.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jerenkrantz 01/12/04 01:43:32 Modified: docs/test/flood building.html xdocs/test/flood building.html Log: And, I changed how flood detects SSL. This is what happens when you change the docs first and the code second. Revision Changes Path 1.3 +7 -12 httpd-site/docs/test/flood/building.html Index: building.html =================================================================== RCS file: /home/cvs/httpd-site/docs/test/flood/building.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- building.html 2001/12/04 09:05:59 1.2 +++ building.html 2001/12/04 09:43:31 1.3 @@ -69,24 +69,19 @@

Note: that SSL support is not enabled by default in flood. If you wish to enable SSL support, you -must specify the following options to flood's configure:

+must specify --enable-ssl when configuring flood.

-
    -
  • --enable-ssl
  • -
  • --with-randfile
  • -
  • --with-capath
  • -
-

The --enable-ssl option enables detection of the OpenSSL libraries. If flood can not detect OpenSSL, you will need to specify --with-openssl to point at the appropriate installed version of OpenSSL. The --with-randfile points at a writeable file that contains enough entropy to initialize OpenSSL's -random number generation features (a typical default might be -/home/<user>/tmp/random-file). -The --with-capath points at a directory that contains -the Certificate Authorities (CAs) for OpenSSL (a typical -default might be /usr/lib/ssl/certs).

+random number generation features. If your system has /dev/random +or /dev/urandom, OpenSSL will use them, so --with-randfile is not +required on these platforms. (Notably, Solaris does not include +/dev/random.) The --with-capath points at a directory +that contains the Certificate Authorities (CAs) for OpenSSL. +The default capath is in $openssl_prefix/certs.

    % cd httpd-2.0
  
  
  
  1.3       +7 -12     httpd-site/xdocs/test/flood/building.html
  
  Index: building.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/xdocs/test/flood/building.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- building.html	2001/12/04 09:05:59	1.2
  +++ building.html	2001/12/04 09:43:32	1.3
  @@ -69,24 +69,19 @@
   
   

Note: that SSL support is not enabled by default in flood. If you wish to enable SSL support, you -must specify the following options to flood's configure:

+must specify --enable-ssl when configuring flood.

-
    -
  • --enable-ssl
  • -
  • --with-randfile
  • -
  • --with-capath
  • -
-

The --enable-ssl option enables detection of the OpenSSL libraries. If flood can not detect OpenSSL, you will need to specify --with-openssl to point at the appropriate installed version of OpenSSL. The --with-randfile points at a writeable file that contains enough entropy to initialize OpenSSL's -random number generation features (a typical default might be -/home/<user>/tmp/random-file). -The --with-capath points at a directory that contains -the Certificate Authorities (CAs) for OpenSSL (a typical -default might be /usr/lib/ssl/certs).

+random number generation features. If your system has /dev/random +or /dev/urandom, OpenSSL will use them, so --with-randfile is not +required on these platforms. (Notably, Solaris does not include +/dev/random.) The --with-capath points at a directory +that contains the Certificate Authorities (CAs) for OpenSSL. +The default capath is in $openssl_prefix/certs.

    % cd httpd-2.0