On Tue, Mar 3, 2015 at 5:36 PM, Yann Ylavic <[email protected]> wrote: > This makes it quite unusable in a named based virtual host context > (but for the first vhost).
OTOH it makes it clear that the keepalive timeout belongs to the IP:port the request was received on, and not to the server for which the latest request was handled on that IP:port. If this is intended (probably since it is implemented like this), I'll modify the patch for mpm_event in PR56226 to use the server's Timeout for the write completion queue only, and use c->base_server->keep_alive_timeout for the keepalive queue (instead of the main server's KeepAliveTimeout).
