]> granicus.if.org Git - apache/commitdiff
Mention TLS Upgrade Support as a new feature.
authorPaul Querna <pquerna@apache.org>
Sat, 11 Dec 2004 08:48:01 +0000 (08:48 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 11 Dec 2004 08:48:01 +0000 (08:48 +0000)
Add blurb about the new -M option to httpd.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111589 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_2.html.en
docs/manual/new_features_2_2.xml

index b7572f1581511959621d31a2dbac06ebe1c19101..871884fc447d9e95949354f8fa47e95a1a04d717 100644 (file)
@@ -29,6 +29,7 @@
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#core">Core Enhancements</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#module">Module Enhancements</a></li>
+<li><img alt="" src="./images/down.gif" /> <a href="#programs">Program Enhancements</a></li>
 <li><img alt="" src="./images/down.gif" /> <a href="#developer">Module Developer Changes</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
           their file name and line number.  The module also 
           shows the order of all request hooks and additional
           build information, similar to <code>httpd -V</code>.</dd>
+
+      <dt><code class="module"><a href="./mod/mod_ssl.html">mod_ssl</a></code></dt>
+      
+      <dd>Added a support for 
+         <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
+         allows connections to upgrade from clear text to TLS encryption.</dd>
+    </dl>
+  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="programs" id="programs">Program Enhancements</a></h2>
+    
+    <dl>
+      <dt><code class="program"><a href="./programs/httpd.html">httpd</a></code></dt>
+      <dd>A new command line option <code>-M</code> has been added that
+      lists all modules that are loaded based on the current
+      configuration. Unlike the <code>-l</code> option, this list
+      includes DSOs loaded via <code class="module"><a href="./mod/mod_so.html">mod_so</a></code>.</dd>
     </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
index 00c1284ca04ce3814a54ebf616fe243dcfd3291b..27835968e7fd3e71cbf94bf9dba931ded59bfc45 100644 (file)
           their file name and line number.  The module also 
           shows the order of all request hooks and additional
           build information, similar to <code>httpd -V</code>.</dd>
+
+      <dt><module>mod_ssl</module></dt>
+      <!-- Need Info on SSLEngine Support? -->
+      <dd>Added a support for 
+         <a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, which 
+         allows connections to upgrade from clear text to TLS encryption.</dd>
+    </dl>
+  </section>
+
+  <section id="programs">
+    <title>Program Enhancements</title>
+    <dl>
+      <dt><program>httpd</program></dt>
+      <dd>A new command line option <code>-M</code> has been added that
+      lists all modules that are loaded based on the current
+      configuration. Unlike the <code>-l</code> option, this list
+      includes DSOs loaded via <module>mod_so</module>.</dd>
     </dl>
   </section>