slive 01/11/06 11:25:20
Modified: docs/manual index.html.en new_features_2_0.html.en
Log:
Link in mod_ssl docs and add to the new features page.
Revision Changes Path
1.28 +4 -0 httpd-2.0/docs/manual/index.html.en
Index: index.html.en
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/index.html.en,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -b -u -r1.27 -r1.28
--- index.html.en 2001/09/22 18:53:20 1.27
+++ index.html.en 2001/11/06 19:25:20 1.28
@@ -208,6 +208,10 @@
</tr>
<tr>
+ <td><a href="ssl/">SSL/TLS Strong Encryption</a></td>
+ </tr>
+
+ <tr>
<td><a href="howto/ssi.html">Server Side
Includes</a> </td>
</tr>
1.12 +12 -6 httpd-2.0/docs/manual/new_features_2_0.html.en
Index: new_features_2_0.html.en
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/new_features_2_0.html.en,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -b -u -r1.11 -r1.12
--- new_features_2_0.html.en 2001/09/22 18:53:20 1.11
+++ new_features_2_0.html.en 2001/11/06 19:25:20 1.12
@@ -83,6 +83,18 @@
<h2><a id="module" name="module">Module Enhancements:</a></h2>
<dl>
+ <dt><strong>mod_ssl</strong></dt>
+
+ <dd>New module in Apache 2.0. This module is an interface
+ to the SSL/TLS strong encryption protocols provided by
+ OpenSSL.</dd>
+
+ <dt><strong>mod_dav</strong></dt>
+
+ <dd>New module in Apache 2.0. This module implements the HTTP
+ Distributed Authoring and Versioning (DAV) specification for
+ posting and maintaining web content.</dd>
+
<dt><strong>mod_auth_db</strong></dt>
<dd>Now supports Berkely DB 3.0</dd>
@@ -96,12 +108,6 @@
<dd>New module in Apache 2.0. This experimental module allows
for character set translation or recoding.</dd>
-
- <dt><strong>mod_dav</strong></dt>
-
- <dd>New module in Apache 2.0. This module implements the HTTP
- Distributed Authoring and Versioning (DAV) specification for
- posting and maintaining web content.</dd>
<dt><strong>mod_file_cache</strong></dt>
|