On Wed, 2005-12-21 at 16:06 -0500, Jonathan Vanasco wrote: > would it be possible having a non-apache proxy/vanilla server?
Possible to use keep-alive? No. The issue is the same, regardless of what kind of server the front-end is. You do not want the backend servers to wait around after finishing a request. - Perrin