]> granicus.if.org Git - apache/commitdiff
new features list:
authorStefan Fritsch <sf@apache.org>
Sat, 16 Oct 2010 10:29:34 +0000 (10:29 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 16 Oct 2010 10:29:34 +0000 (10:29 +0000)
- 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

docs/manual/new_features_2_4.xml

index 67c34cdd6557eac5f7f4b28d057c44f6a352154e..507c990dd2eeb4897baa3594ffca447226b9c688 100644 (file)
@@ -40,9 +40,6 @@
       >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>