From 600129195359009586dfb9118d4a4dda4ddec3d0 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Wed, 19 Mar 2003 14:57:40 +0000 Subject: [PATCH] uh, I forgot to add the transformated mod_nw_ssl.html ;-) additionally RewriteOptions was now introduced in 2.0.45. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99023 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_nw_ssl.html.en | 79 ++++++++++++++++++++++++++++++ docs/manual/mod/mod_rewrite.xml | 2 +- 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 docs/manual/mod/mod_nw_ssl.html.en diff --git a/docs/manual/mod/mod_nw_ssl.html.en b/docs/manual/mod/mod_nw_ssl.html.en new file mode 100644 index 0000000000..1349cc1278 --- /dev/null +++ b/docs/manual/mod/mod_nw_ssl.html.en @@ -0,0 +1,79 @@ + + + +mod_nw_ssl - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1 > Modules
+
+

Apache Module mod_nw_ssl

+ + + + +
Description:Enable SSL encryption for NetWare
Status:Base
Module Identifier:nwssl_module
Source File:mod_nw_ssl.c
Compatibility:NetWare only
+

Summary

+ +

This module enable SSL encryption for a specified port. It + takes advantage of the SSL encryption functionality that is + built into the NetWare operating system.

+
+

Directives

+ +
+ +
top
+

NWSSLTrustedCerts Directive

+ + + + + + +
Description:List of additional client certificates
Syntax:NWSSLTrustedCerts filename[filename]...
Context:server config
Status:Base
Module:mod_nw_ssl
+

Specifies a list of client certificate files (DER format) + that are used when creating a proxied SSL connection. Each + client certificate used by a server must be listed separately + in its own .der file.

+ +

See also

+ +
+
top
+

SecureListen Directive

+ + + + + + +
Description:Enables SSL encryption for the specified port
Syntax:SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL]
Context:server config
Status:Base
Module:mod_nw_ssl
+

Specifies the port and the eDirectory based certificate name + that will be used to enable SSL encryption. An optional third + parameter also enable mutual authentication.

+ +
+
+ + \ No newline at end of file diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 2af171ff59..1128249a7b 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -313,7 +313,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/ server configvirtual host directory.htaccess FileInfo -MaxRedirects is available in Apache 2.1 and +MaxRedirects is available in Apache 2.0.45 and later -- 2.40.0