diff options
author | Paul Querna <pquerna@apache.org> | 2004-12-11 09:48:01 +0100 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2004-12-11 09:48:01 +0100 |
commit | 664be5573a519549afacc0cdacbf6f94c0e13604 (patch) | |
tree | 4154ac4cc824ebe2369339f074898cef3ccfbe65 /docs/manual/new_features_2_2.xml | |
parent | Mention that SSLEngine can be set to 'option' to enable TLS Upgrade. (diff) | |
download | apache2-664be5573a519549afacc0cdacbf6f94c0e13604.tar.xz apache2-664be5573a519549afacc0cdacbf6f94c0e13604.zip |
Mention TLS Upgrade Support as a new feature.
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
Diffstat (limited to '')
-rw-r--r-- | docs/manual/new_features_2_2.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index 00c1284ca0..27835968e7 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -80,6 +80,23 @@ 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> |