Ver Mensaje Individual
  #11 (permalink)  
Antiguo 22/01/2008, 15:10
Avatar de WebTech
WebTech
Hosting Moderator
 
Fecha de Ingreso: octubre-2005
Ubicación: East Coast
Mensajes: 5.399
Antigüedad: 18 años, 7 meses
Puntos: 162
Re: Recomendaciones de configuracion

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,
__________________
Infranetworking.com - Expertos en Hosting Multidominio, Cloud Hosting, Servidores Dedicados y Administración de Servidores Linux