summaryrefslogtreecommitdiff
path: root/docs/manual/new_features_2_0.html.en
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-12-30 15:58:32 +0000
committerJoshua Slive <slive@apache.org>2001-12-30 15:58:32 +0000
commit23d52c7a6ad2f6530fb65b93388b315a22a87ca5 (patch)
treea937a2a57714f857a198f422fe88627ee6af2902 /docs/manual/new_features_2_0.html.en
parent7c31749da2a6e5c1ee963b15b871a6602ea18e82 (diff)
downloadhttpd-23d52c7a6ad2f6530fb65b93388b315a22a87ca5.tar.gz
Some new features updates.
Still lots missing from here, I'm sure. If you've added a new feature since 1.3, please check to see if it is here. (And the same thing for the "upgrading" doc.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_0.html.en')
-rw-r--r--docs/manual/new_features_2_0.html.en42
1 files changed, 37 insertions, 5 deletions
diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en
index a31bd11acf..5e1c407f5d 100644
--- a/docs/manual/new_features_2_0.html.en
+++ b/docs/manual/new_features_2_0.html.en
@@ -86,7 +86,7 @@
<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
+ to the SSL/TLS encryption protocols provided by
OpenSSL.</dd>
<dt><strong>mod_dav</strong></dt>
@@ -95,10 +95,6 @@
Distributed Authoring and Versioning (DAV) specification for
posting and maintaining web content.</dd>
- <dt><strong>mod_auth_db</strong></dt>
-
- <dd>Now supports Berkeley DB 3.0</dd>
-
<dt><strong>mod_auth_digest</strong></dt>
<dd>Includes additional support for session caching across
@@ -120,6 +116,42 @@
<dd>This module is much more flexible in Apache 2.0. It can
now modify request headers used by mod_proxy, and it can
conditionally set response headers.</dd>
+
+ <dt><strong>mod_proxy</strong></dt>
+
+ <dd>The proxy module has been completely rewritten to take advantage
+ of the new filter infrastructure and to implement a more
+ reliable, HTTP/1.1 compliant proxy.</dd>
+
+ <dt><strong>mod_negotiation</strong></dt>
+
+ <dd>A new <a
+ href="mod/mod_negotation.html#forcelanguagepriority">ForceLanguagePriority</a>
+ directive can be used to assure that the client receives a
+ single document in all cases, rather than NOT ACCEPTABLE or
+ MULTIPLE CHOICES responses. In addition, the negotiation and MultiViews
+ algorithms have been cleaned up to provide more consistent
+ results and a new form of type map that can include document
+ content is provided.</dd>
+
+ <dt><strong>mod_include</strong></dt>
+
+ <dd>New directives allow the default start and end tags for SSI elements
+ to be changed and allow for error and time format configuration
+ to take place in the main configuration file rather than in the
+ SSI document.</dd>
+
+ <dt><strong>mod_auth_dbm</strong></dt>
+
+ <dd>Now supports multiple DBM-like databases using the <a
+ href="mod/mod_auth_dbm.html#authdbmtype">AuthDBMType</a>
+ directive.</dd>
+
+ <dt><strong>mod_auth_db</strong></dt>
+
+ <dd>Now supports Berkeley DB 3.0</dd>
+
+
</dl>
<!--#include virtual="footer.html" -->
</body>