makaleler / Debian / Ubuntu / Pardus / server reached MaxClients setting, consider raising the MaxClients setting

server reached MaxClients setting, consider raising the MaxClients setting

23.08.2011 18:07:27

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>
yazar husonet

Yorumlar

Bu içerik için sizde yorum yapabilirsiniz!
anasayfa | makaleler | haberler | dosyalar | linkler | hakkımızda