<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>
<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>
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><<directive module="core">If</directive>> 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>
<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>