From: Joshua Slive Date: Sun, 30 Dec 2001 15:58:32 +0000 (+0000) Subject: Some new features updates. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9103d44cda511b7f6734c1f55ea337a84e326017;p=apache 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 --- 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 @@
mod_ssl
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.
mod_dav
@@ -95,10 +95,6 @@ Distributed Authoring and Versioning (DAV) specification for posting and maintaining web content. -
mod_auth_db
- -
Now supports Berkeley DB 3.0
-
mod_auth_digest
Includes additional support for session caching across @@ -120,6 +116,42 @@
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.
+ +
mod_proxy
+ +
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.
+ +
mod_negotiation
+ +
A new ForceLanguagePriority + 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.
+ +
mod_include
+ +
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.
+ +
mod_auth_dbm
+ +
Now supports multiple DBM-like databases using the AuthDBMType + directive.
+ +
mod_auth_db
+ +
Now supports Berkeley DB 3.0
+ +