Edita httpd.conf y cambia KeepAlive On por "Off", luego corre
Código:
/etc/init.d/httpd restart
También podrías instalar Eaccelerator, ayudará mucho con tus aplicaciones,
aquí hay una guía que escribí hace un tiempo.
Puedes probar agregar los siguientes valores a /etc/my.cnf debajo de la variable
basedir=/var/lib que se ve en el archivo que muestras.
Código:
query_cache_limit=1M
query_cache_size=32M
query_cache_type=1
Luego de eso corre:
Código:
/etc/init.d/mysql restart
Busca en
www.webhostingtalk.com o
http://forums.theplanet.com, hay muchas guías de optimización que podrán ayudarte.
Saludos,