From ffb5fabb8b74ec1d838b3c0138327d39abbd07f3 Mon Sep 17 00:00:00 2001 From: rcritten <> Date: Jun 07 2005 19:50:24 +0000 Subject: Reflect new Directive naming convention --- diff --git a/docs/mod_nss.html b/docs/mod_nss.html index cffd7f5..15b8a62 100644 --- a/docs/mod_nss.html +++ b/docs/mod_nss.html @@ -40,7 +40,7 @@ calls instead.

Building

Refer to the README file included with the distribution.

- To build you'll need NSPR 4.4.1 or above and NSS 3.9.2 or above. +To build you'll need NSPR 4.4.1 or above and NSS 3.9.2 or above. It may work with earlier versions but these are recommended (or tested). These can be retrieved from http://www.mozilla.org/. The --with-nspr and --with-nss options require that the package be @@ -48,6 +48,10 @@ installed in the same parent directory (e.g. /opt/nspr, /usr/local/nspr, etc). It will look in this parent for include/ and lib/, etc.

+You will also need the NSS and NSPR directories in your library search +path (either /etc/ld.so.conf or LD_LIBRARY_PATH) to link and run the +module.
+
Run the configure script. The following mdo_nss-specificoptions are available:

@@ -82,6 +86,12 @@ PATH/include, etc. of the Apache you want to install the module into.
+ + --with-apr-config + The location of apr-config which +tells us where the APR include files and libraries are located
+ +
@@ -117,10 +127,10 @@ configuration directory (as reported by apxs). You may need to make a manual change to httpd.conf to load this file. If you have a Red Hat-style Apache installation with a conf.d just move nss.conf there. It will be automatically loaded. Otherwise you will need to add the -following line to httpd.conf:
-
-Include nss.conf
+following line to httpd.conf (location relative to httpd.conf):

+Include conf/nss.conf
+

This has Apache load the mod_nss configuration file, nss.conf. It is here that you will setup your VirtualServer entries to and configure your SSL servers.
@@ -141,7 +151,8 @@ The certificate database password is httptest.

A sample run is:

-% ./gencert /etc/httpd/nss
+# mkdir /etc/httpd/nss
+# ./gencert /etc/httpd/nss

#####################################################################
Generating new server certificate and key database. The password
@@ -205,11 +216,11 @@ The following mod_ssl Directives are not applicable to mod_nss:
  • SSLVerifyDepth
  • SSLCryptoDevice
  • -SSLPassPhraseDialog
    +NSSPassPhraseDialog

    Authentication is required in order to use the private key in an NSS certificate database. The method of this authentication is specified -with the SSLPassPhraseDialog directive.  This directive takes one +with the NSSPassPhraseDialog directive.  This directive takes one argument specifying the method of authentication: