]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add the new directive NWSSLUpgradeable to mod_nw_ssl to allow a non-secure connection...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 14 Jul 2004 16:29:56 +0000 (16:29 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 14 Jul 2004 16:29:56 +0000 (16:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104287 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_nw_ssl.xml
docs/manual/platform/netware.xml

index 1878663a7655183f94eebb42b269524eec3db405..72a04e7aab27813da898923f6076cc1e33de58e2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.1.2.6 $ -->
+<!-- $Revision: 1.1.2.7 $ -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
 </usage>
 </directivesynopsis>
 
+<directivesynopsis>
+<name>NWSSLUpgradeable</name>
+<description>Allows a connection to be upgraded to an SSL connection upon request</description>
+<syntax>NWSSLUpgradeable [<var>IP-address</var>:]<var>portnumber</var></syntax>
+<contextlist><context>server config</context></contextlist>
+
+<usage>
+    <p>Allow a connection that was created on the specified address 
+    and/or port to be upgraded to an SSL connection upon request from
+    the client. The address and/or port must have already be defined 
+    previously with a <directive module="mpm_common">Listen</directive> 
+    directive.</p>
+</usage>
+</directivesynopsis>
+
 </modulesynopsis>
index cdeea5c2a91ec84415d5201cf21730d6975b8c25..647e06998f501cefd4501578318139400955c3d3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.3.2.7 $ -->
+<!-- $Revision: 1.3.2.8 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
         <li><directive module="mod_nw_ssl">NWSSLTrustedCerts</directive> -
         Adds trusted certificates that are used to create secure connections to proxied servers.</li>
       </ul>
+      <ul>
+        <li><directive module="mod_nw_ssl">NWSSLUpgradeable</directive> -
+        Allow a connection created on the specified address/port to be upgraded to an SSL connection.</li>
+      </ul>
 
     </section>