]> granicus.if.org Git - apache/commitdiff
Some more 2.4 goodness and notes
authorJim Jagielski <jim@apache.org>
Tue, 13 Sep 2011 18:48:19 +0000 (18:48 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 13 Sep 2011 18:48:19 +0000 (18:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1170294 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml
docs/manual/new_features_2_4.xml

index 81be2179ecbb9183c68e36b17d7e376bf313ed75..d2436f93a7427359b0d714f537978c5a570571a8 100644 (file)
@@ -3194,7 +3194,7 @@ or specified mutexes</description>
 
 <directivesynopsis>
 <name>NameVirtualHost</name>
-<description>Designates an IP address for name-virtual
+<description>DEPRECATED: Designates an IP address for name-virtual
 hosting</description>
 <syntax>NameVirtualHost <var>addr</var>[:<var>port</var>]</syntax>
 <contextlist><context>server config</context></contextlist>
index 98967c1a9212dc73251122f3039b21098c25ba98..ebf1b37fd48c11e40d84791693f4ce28bf5a345f 100644 (file)
@@ -35,7 +35,6 @@
     <title>Core Enhancements</title>
     <dl>
       <dt>KeepAliveTimeout in milliseconds</dt>
-
       <dd>It is now possible to specify <directive module="core"
       >KeepAliveTimeout</directive> in milliseconds.
       </dd>
@@ -51,7 +50,7 @@
       level.</dd>
 
       <dt>Event MPM</dt>
-      <dd>The Event MPM is no longer experimental but is rather fully supported.</dd>
+      <dd>The Event MPM is no longer experimental but is now fully supported.</dd>
  
       <dt>Asynchronous support</dt>
       <dd>Better support for asynchronous read/write for supporting MPMs and
       <dt>Per-request configuration sections</dt>
       <dd>&lt;<directive module="core">If</directive>&gt; sections can be used to 
       set the configuration based on per-request criteria</dd>
+
+      <dt>NameVirtualHost directive</dt>
+      <dd>No longer needed and is now deprecated.</dd>
+
     </dl>
   </section>
 
@@ -81,6 +83,9 @@
       <dd>Embeds the <a href="http://www.lua.org/">Lua</a> language into httpd, 
       for configuration and small business logic functions.</dd>
 
+      <dt><module>mod_proxy_express</module></dt>
+      <dd>Provides dynamically configured mass reverse proxies for <module>mod_proxy</module></dd>
+
       <dt><module>mod_proxy_fcgi</module></dt>
       <dd>FastCGI Protocol backend for <module>mod_proxy</module></dd>
 
 
       <dd>Runtime configuration of a subset of Balancer parameters</dd>
 
+      <dd>BalancerMembers can be set to 'Drain' so that they only respond to existing sticky
+      sessions, allowing them to be taken gracefully offline.</dd>
+
+      <dd>Balancer settings can be persistant after restarts.</dd>
+
       <dt><module>mod_cache</module></dt>
 
       <dd><module>mod_cache</module> can now cache HEAD requests.</dd>