From: Lars Eilebrecht Date: Sun, 20 Jan 2002 08:27:23 +0000 (+0000) Subject: Some minor fixes to englisch new_features document. X-Git-Tag: 2.0.31~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffeb6baa0e8820e940b841d5fa9e434da1674977;p=apache Some minor fixes to englisch new_features document. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92941 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 fdba0952d1..57c4487de6 100644 --- a/docs/manual/new_features_2_0.html.en +++ b/docs/manual/new_features_2_0.html.en @@ -55,9 +55,9 @@
New Apache API
The API for modules has changed significantly for 2.0. - Many of the module-ordering problems from 1.3 should be gone. - 2.0 does much of this automatically, and module ordering is - now done per-hook to allow more flexibility. Also, new calls + Many of the module-ordering/-priority problems from 1.3 should + be gone. 2.0 does much of this automatically, and module ordering + is now done per-hook to allow more flexibility. Also, new calls have been added that provide additional module capabilities without patching the core Apache server.
@@ -76,7 +76,7 @@ the stream of content as it is delivered to or from the server. This allows, for example, the output of CGI scripts to be parsed for Server Side Include directives using the - INCLUDE filter in mod_include. + INCLUDES filter in mod_include.
Multilanguage Error Responses
@@ -188,9 +188,9 @@
mod_proxy
-
New configuration sections provide more readable +
New <Proxy> configuration sections provide more readable (and internally faster) control of proxied sites; overloaded - configuration are not supported. The + <Directory "proxy:..."> configuration are not supported. The module is now divided into specific protocol support modules including proxy_connect, proxy_ftp and proxy_http.