Ver Mensaje Individual
  #8 (permalink)  
Antiguo 09/11/2010, 14:58
userman
 
Fecha de Ingreso: diciembre-2006
Mensajes: 173
Antigüedad: 17 años, 4 meses
Puntos: 2
Respuesta: El servicio httpd se para solo

Tengo esto en el httpd.conf

<IfModule prefork.c>
StartServers 1
MinSpareServers 1
MaxSpareServers 5
ServerLimit 10
MaxClients 10
MaxRequestsPerChild 4000
</IfModule>


<IfModule worker.c>
StartServers 1
MaxClients 10
MinSpareThreads 1
MaxSpareThreads 4
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>

Esta un poco flojo el maxclients a 10 no?? Como me lo recomiendas cambiar?

Muchas gracias por tu ayuda Datacenter1 !!!

Saludos.