Should I be using KeepAlive Off when doing a virtual host redirect in apache2?
Posted
by mpaler
on Server Fault
See other posts from Server Fault
or by mpaler
Published on 2010-05-17T18:08:10Z
Indexed on
2010/05/17
18:11 UTC
Read the original article
Hit count: 231
apache2
Hi,
I've read in a few examples of when using apache virtual hosts to redirect all requests to
somesite.com
to
www.somesite.com
one should use KeepAlive off in the directive for performance enhancements.
Is this correct?
Thanks, Mike
© Server Fault or respective owner