Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/06/2015, 08:47
sulator
 
Fecha de Ingreso: septiembre-2013
Mensajes: 32
Antigüedad: 10 años, 8 meses
Puntos: 0
Pregunta configurar httpd.conf correctamente

Os cuento, tengo un VPS Cloud 3 en ovh:

6 vCores

8 GB de Ram

100 GB RAID 10

centos 6


Trae por defecto esta configuración:

Código PHP:
Timeout 300


KeepAlive Off


MaxKeepAliveRequests 100


KeepAliveTimeout 15


<IfModule prefork.c>
StartServers       8
MinSpareServers    5
MaxSpareServers   20
ServerLimit      256
MaxClients       256
MaxRequestsPerChild  4000
</IfModule>


<
IfModule worker.c>
StartServers         4
MaxClients         300
MinSpareThreads     25
MaxSpareThreads     75 
ThreadsPerChild     25
MaxRequestsPerChild  0
</IfModule
Para que me aguante más tráfico online, que valor hay que modificar???

gracias

saludos