]> granicus.if.org Git - apache/commitdiff
Some new features updates.
authorJoshua Slive <slive@apache.org>
Sun, 30 Dec 2001 15:58:32 +0000 (15:58 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 30 Dec 2001 15:58:32 +0000 (15:58 +0000)
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

docs/manual/new_features_2_0.html.en

index a31bd11acfab6bdc30417e83d67baf896f351750..5e1c407f5d572e6b5132439bc173f56e49c78999 100644 (file)
@@ -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>
       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
       <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>