<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>
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 <Proxy> configuration sections provide more readable
(and internally faster) control of proxied sites; overloaded
- <Directory "proxy:...> 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.</dd>