From: Paul Querna Date: Sat, 11 Dec 2004 08:48:01 +0000 (+0000) Subject: Mention TLS Upgrade Support as a new feature. X-Git-Tag: 2.1.3~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664be5573a519549afacc0cdacbf6f94c0e13604;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en index b7572f15815..871884fc447 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 00c1284ca04..27835968e7f 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.