From: Joshua Slive Date: Fri, 22 Feb 2002 14:35:45 +0000 (+0000) Subject: Fix double proxy listing. X-Git-Tag: 2.0.33~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=160f3a842ae4086683a090e26f87da66597ab05d;p=apache Fix double proxy listing. PR: 9910 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93538 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 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 @@
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.
+ reliable, HTTP/1.1 compliant proxy. In addition, new + <Proxy> configuration sections provide more readable + (and internally faster) control of proxied sites; overloaded + <Directory "proxy:..."> configuration are not supported. The + module is now divided into specific protocol support modules + including proxy_connect, proxy_ftp and proxy_http.
mod_negotiation
@@ -178,7 +183,8 @@
mod_auth_dbm
-
Now supports multiple DBM-like databases using the Now supports multiple type of DBM-like databases using the + AuthDBMType directive.
@@ -187,13 +193,6 @@
Has been removed in favor of mod_auth_dbm with the AuthDBMType directive.
-
mod_proxy
- -
New <Proxy> configuration sections provide more readable - (and internally faster) control of proxied sites; overloaded - <Directory "proxy:..."> configuration are not supported. The - module is now divided into specific protocol support modules - including proxy_connect, proxy_ftp and proxy_http.