summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-02-22 15:35:45 +0100
committerJoshua Slive <slive@apache.org>2002-02-22 15:35:45 +0100
commit160f3a842ae4086683a090e26f87da66597ab05d (patch)
treed7fb2bb9ae275aad0dd1791cd0dc7d3f5d1c3f25 /docs/manual
parent Good things for beta testers to know have been fixed. (diff)
downloadapache2-160f3a842ae4086683a090e26f87da66597ab05d.tar.xz
apache2-160f3a842ae4086683a090e26f87da66597ab05d.zip
Fix double proxy listing.
PR: 9910 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93538 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/new_features_2_0.html.en17
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/manual/new_features_2_0.html.en b/docs/manual/new_features_2_0.html.en
index 95610136e7..39a98149cb 100644
--- a/docs/manual/new_features_2_0.html.en
+++ b/docs/manual/new_features_2_0.html.en
@@ -146,7 +146,12 @@
<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>
@@ -178,7 +183,8 @@
<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>
@@ -187,13 +193,6 @@
<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" -->