]> granicus.if.org Git - apache/commitdiff
Fix double proxy listing.
authorJoshua Slive <slive@apache.org>
Fri, 22 Feb 2002 14:35:45 +0000 (14:35 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 22 Feb 2002 14:35:45 +0000 (14:35 +0000)
PR: 9910

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93538 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_0.html.en

index 95610136e7a25f798878c97338bc618c6da1e727..39a98149cbf262b6745190bc7018224efcfb78ef 100644 (file)
 
       <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>
+      reliable, HTTP/1.1 compliant proxy.  In addition, new
+      &lt;Proxy&gt; configuration sections provide more readable
+      (and internally faster) control of proxied sites; overloaded 
+      &lt;Directory "proxy:..."&gt; configuration are not supported.  The
+      module is now divided into specific protocol support modules 
+      including proxy_connect, proxy_ftp and proxy_http.</dd>
 
       <dt><strong>mod_negotiation</strong></dt>
 
 
       <dt><strong>mod_auth_dbm</strong></dt>
 
-      <dd>Now supports multiple DBM-like databases using the <a
+      <dd>Now supports multiple type of DBM-like databases using the
+      <a
       href="mod/mod_auth_dbm.html#authdbmtype">AuthDBMType</a>
       directive.</dd>
 
       <dd>Has been removed in favor of mod_auth_dbm with the AuthDBMType
       directive.</dd>
 
-      <dt><strong>mod_proxy</strong></dt>
-
-      <dd>New &lt;Proxy&gt; configuration sections provide more readable
-      (and internally faster) control of proxied sites; overloaded 
-      &lt;Directory "proxy:..."&gt; configuration are not supported.  The
-      module is now divided into specific protocol support modules 
-      including proxy_connect, proxy_ftp and proxy_http.</dd>
 
     </dl>
     <!--#include virtual="footer.html" -->