On Tue, Mar 6, 2012 at 8:47 PM, arianna.man...@yahoo.com
wrote:
> Hi all,
> I'm trying to optimize performance of my web server (Debian Squeeze 64bit,
> it's a VM virtual machine with 4 GByte RAM and 4 vCpu).
> I'm using standard "deb" package and apache-prefork, with php running as
> module.
>
>
Sounds like you should probably take a look at
http://en.wikipedia.org/wiki/HTTP_persistent_connection to get an idea of
what Keep-Alive means.
If you find that those 'K' connections are hogging up too much resources,
you could try adjusting your KeepAliveTimeout and MaxKeepAliveRequests
directive
Hi all,
I'm trying to optimize performance of my web server (Debian Squeeze
64bit, it's a VM virtual machine with 4 GByte RAM and 4 vCpu).
I'm using standard "deb" package and apache-prefork, with php running as
module.
I think /server-status give me a lots of information, but how can I
start