You are not logged in.

#1 2009-03-16 00:15:20

c0mputerking
Member
Registered: 2009-03-16
Posts: 8

[error] server reached MaxClients setting,...

Ok all i have been using Arch for a short time now and have an apache server running that is giving me the error mentioned in the subject line.  Normally i would edit the /etc/httpd/conf/httpd.conf or the /etc/httpd/conf/httpd-default.conf and change some of these settings but i cannot find this stuff in either file has Arch or Apache changed the location or format of these entries? where are they and how do i correct this error? [Sun Mar 15 17:16:42 2009] [error] server reached MaxClients setting, consider raising the MaxClients setting.

#
#
<IfModule !mpm_winnt.c>
<IfModule !mpm_netware.c>
#LockFile /var/log/httpd/accept.lock
</IfModule>
</IfModule>

<IfModule !mpm_netware.c>
<IfModule !perchild.c>
#ScoreBoardFile /var/log/httpd/apache_runtime_status
</IfModule>
</IfModule>

<IfModule !mpm_netware.c>
PidFile /var/run/httpd.pid
</IfModule>

Timeout 300

KeepAlive On

MaxKeepAliveRequests 100

KeepAliveTimeout 15

<IfModule prefork.c>
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 150
MaxRequestsPerChild 0
</IfModule>

<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
</IfModule>

<IfModule perchild.c>
NumServers 5
StartThreads 5
MinSpareThreads 5
MaxSpareThreads 10
MaxThreadsPerChild 20
MaxRequestsPerChild 0
</IfModule>

<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild 0
</IfModule>

<IfModule beos.c>
StartThreads 10
MaxClients 50
MaxRequestsPerThread 10000
</IfModule>

<IfModule mpm_netware.c>
ThreadStackSize 65536
StartThreads 250
MinSpareThreads 25
MaxSpareThreads 250
MaxThreads 1000
MaxRequestsPerChild 0
</IfModule>

<IfModule mpmt_os2.c>
StartServers 2
MinSpareThreads 5
MaxSpareThreads 10
MaxRequestsPerChild 0
</IfModule>

Listen 80

Offline

#2 2009-03-16 00:41:39

c0mputerking
Member
Registered: 2009-03-16
Posts: 8

Re: [error] server reached MaxClients setting,...

Nerver mind i found it was in /etc/httpd/conf/http-default.conf just spread out a bit did not recognize it to much coffee and speed reading heehee.  Sorry to make my first post a Lamo.

Offline

Board footer

Powered by FluxBB