Pythontr

husonet | Tarih: 23.08.2011

server reached MaxClients setting, consider raising the MaxClients setting

Selamun Aleykum,

server reached MaxClients setting, consider raising the MaxClients setting hatasının gitderilmesi için apache2.conf dosyasından limitler ayarlanmalı.



vim /etc/apache2/apache2.conf
KeepAliveTimeout 3
<IfModule mpm_prefork_module>
StartServers 16
MinSpareServers 3
MaxSpareServers 5
ServerLimit 1000
MaxClients 1000
MaxRequestsPerChild 1000
</IfModule>