Ayuda httpd.conf (Apache)

K

Hola, tengo un server rulando en CentOS + CPANEL. Apache v2.x

bien al editar el httpd.conf (nano httpd.conf)

pongo lo siguiente:
Timeout 15
KeepAlive On
MaxKeepAliveRequests 250
KeepAliveTimeout 3

<IfModule prefork.c>
StartServers 40
MinSpareServers 30
MaxSpareServers 50
ServerLimit 256
MaxClients 500
MaxRequestsPerChild 10000
</IfModule>

pero no aumentan los puntitos en el server-status... tambien he probado solo a poner MaxClients 500 y me dice esto:
MaxClients of 500 exceeds ServerLimit value of 256 servers, lowering MaxClients to 256. To increase, please see the ServerLimit directive.

ayuda pls gracias

lo he conseguido: no bataba con hacer un service httpd restart si no un service httpd stop y despues un start.

salu2

Sr_RoS

menos mal, que por lo menos te has puesto la respuesta, mas que nada para el que venga despues
xD

Usuarios habituales