]> granicus.if.org Git - apache/commitdiff
Some minor fixes to englisch new_features document.
authorLars Eilebrecht <lars@apache.org>
Sun, 20 Jan 2002 08:27:23 +0000 (08:27 +0000)
committerLars Eilebrecht <lars@apache.org>
Sun, 20 Jan 2002 08:27:23 +0000 (08:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92941 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/new_features_2_0.html.en

index fdba0952d1d9617b26bacf5ffd364fddaa5674be..57c4487de6b7ab6a0d80ff49fc4aeca5b115e401 100644 (file)
@@ -55,9 +55,9 @@
       <dt><strong>New Apache API</strong></dt>
 
       <dd>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.</dd>
 
@@ -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.</dd>
+      INCLUDES filter in mod_include.</dd>
 
       <dt><strong>Multilanguage Error Responses</strong></dt>
 
 
       <dt><strong>mod_proxy</strong></dt>
 
-      <dd>New <Proxy > configuration sections provide more readable
+      <dd>New &lt;Proxy&gt; configuration sections provide more readable
       (and internally faster) control of proxied sites; overloaded 
-      <Directory "proxy:...> configuration are not supported.  The
+      &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>