<?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>
<?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>