- add mod_allowmethods to new features
- remove mpm_simple, it won't be ready in time for 2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1023238 13f79535-47bb-0310-9956-
ffa450edef68
>KeepAliveTimeout</directive> in milliseconds.
</dd>
- <dt>Simple MPM</dt>
- <dd>Cleanroom MPM implementation with advanced thread pool management</dd>
-
<dt>Loadable MPMs</dt>
<dd>Multiple MPMs can now be built as loadable modules at compile time.
The MPM of choice can be configured at run time.</dd>
<dd><module>mod_cache</module> can now insert HIT/MISS/REVALIDATE into
an X-Cache header.</dd>
+
+ <dt><module>mod_allowmethods</module></dt>
+ <dd>New module to restrict certain HTTP methods without interfering with
+ authentication or authorization.</dd>
</dl>
</section>