From 664be5573a519549afacc0cdacbf6f94c0e13604 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sat, 11 Dec 2004 08:48:01 +0000 Subject: [PATCH] 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 --- docs/manual/new_features_2_2.html.en | 18 ++++++++++++++++++ docs/manual/new_features_2_2.xml | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index b7572f1581..871884fc44 100644 --- a/docs/manual/new_features_2_2.html.en +++ b/docs/manual/new_features_2_2.html.en @@ -29,6 +29,7 @@
top
@@ -83,6 +84,23 @@ their file name and line number. The module also shows the order of all request hooks and additional build information, similar to httpd -V. + +
mod_ssl
+ +
Added a support for + RFC 2817, which + allows connections to upgrade from clear text to TLS encryption.
+ +
top
+
+

Program Enhancements

+ +
+
httpd
+
A new command line option -M has been added that + lists all modules that are loaded based on the current + configuration. Unlike the -l option, this list + includes DSOs loaded via mod_so.
top
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 httpd -V. + +
mod_ssl
+ +
Added a support for + RFC 2817, which + allows connections to upgrade from clear text to TLS encryption.
+ + + +
+ Program Enhancements +
+
httpd
+
A new command line option -M has been added that + lists all modules that are loaded based on the current + configuration. Unlike the -l option, this list + includes DSOs loaded via mod_so.