From: Stefan Fritsch Date: Sat, 16 Oct 2010 10:29:34 +0000 (+0000) Subject: new features list: X-Git-Tag: 2.3.9~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d261e6835e36648ce4a9d242d13fdfecbfaed449;p=apache new features list: - 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 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 67c34cdd65..507c990dd2 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -40,9 +40,6 @@ >KeepAliveTimeout in milliseconds. -
Simple MPM
-
Cleanroom MPM implementation with advanced thread pool management
-
Loadable MPMs
Multiple MPMs can now be built as loadable modules at compile time. The MPM of choice can be configured at run time.
@@ -97,6 +94,10 @@
mod_cache can now insert HIT/MISS/REVALIDATE into an X-Cache header.
+ +
mod_allowmethods
+
New module to restrict certain HTTP methods without interfering with + authentication or authorization.