I have a load problems on FileServers. Im using still Apache on FileServer. My settings for Free/Guest users "dl.cgi" for speed limiting and non resume.
My httpd.conf:
Code: Select all
Timeout 60
KeepAlive Off
MaxKeepAliveRequests 10
KeepAliveTimeout 5
<IfModule prefork.c>
StartServers 30
MinSpareServers 30
MaxSpareServers 75
ServerLimit 4096
MaxClients 4096
MaxRequestsPerChild 20000
</IfModule>
Code: Select all
[Wed Aug 01 13:13:31 2012] [error] [client 223.25.10.xxx] (11)Resource temporarily unavailable: couldn't create child process: 11: dl.cgi, referer: http://www.mydomain.com/ssxtutvlxaaa/2011.Guiness.World-Rec.part1.rar
[Wed Aug 01 13:13:31 2012] [error] [client 223.25.10.xxx] (11)Resource temporarily unavailable: couldn't spawn child process: /home/sv9/cgi-bin/dl.cgi, referer: http://www.mydomain.com/sstutvlxpoa/2011.Guiness.World-Rec.part1.rar
[Wed Aug 01 13:13:33 2012] [error] [client 223.25.10.xxx] (11)Resource temporarily unavailable: couldn't create child process: 11: dl.cgi, referer: http://www.mydomain.com/96xtutvlxpoa/ss12GuinessWorldRecords.part1.rar
[Wed Aug 01 13:13:33 2012] [error] [client 223.25.10.xxx] (11)Resource temporarily unavailable: couldn't spawn child process: /home/sv9/cgi-bin/dl.cgi, referer: http://www.mydomain.com/sstutvlxpoa/2011.Guiness.World-Rec.part1.rar
[Wed Aug 01 13:13:33 2012] [error] [client 223.25.10.xxx] (11)Resource temporarily unavailable: couldn't create child process: 11: dl.cgi, referer: http://www.mydomain.com/96xtutvlxpoa/2011.Guiness.World-Rec.part1.rar
[Wed Aug 01 13:13:33 2012] [error] [client 223.25.10.xx] (11)Resource temporarily unavailable: couldn't spawn child process: /home/sv9/cgi-bin/dl.cgi, referer: http://www.mydomain.com/sstutvlxpoa/2011.Guiness.World-Rec.part1.rar
[Wed Aug 01 13:13:35 2012] [error] [client xx.aa.xx.bb] (11)Resource temporarily unavailable: couldn't create child process: 11: api.cgi
[Wed Aug 01 13:13:35 2012] [error] [client xx.aa.xx.bb] (11)Resource temporarily unavailable: couldn't create child process: 11: api.cgi
[Wed Aug 01 13:13:35 2012] [error] [client xx.aa.xx.bb] (11)Resource temporarily unavailable: couldn't spawn child process: /home/sv9/cgi-bin/api.cgi
[Wed Aug 01 13:13:35 2012] [error] [client 210.187.243.bbb] (11)Resource temporarily unavailable: couldn't create child process: 11: dl.cgi, referer: http://www.mydomain.com/aaa8u3uwjd1/WinUtilitiesPro.10.44.Multilingual.rar
[Wed Aug 01 13:13:35 2012] [error] [client 210.187.243.bbb] (11)Resource temporarily unavailable: couldn't spawn child process: /home/sv9/cgi-bin/dl.cgi, referer: http://www.mydomain.com/aaa8u3uwjd1/Win.Utilities.1.34.Multilingual.rar
[Wed Aug 01 13:13:36 2012] [error] [client 202.88.75.ccc] (11)Resource temporarily unavailable: couldn't create child process: 11: dl.cgi, referer: http://www.mydomain.com/aaa8mtsodh58/BarAAtts.rar
[Wed Aug 01 13:13:36 2012] [error] [client 202.88.75.ccc] (11)Resource temporarily unavailable: couldn't spawn child process: /home/sv9/cgi-bin/dl.cgi, referer: http://www.mydomain.com/aaamtsodh58/BarAAtts.rar
[Wed Aug 01 13:13:37 2012] [error] [client 203.117.37.ccc] (11)Resource temporarily unavailable: couldn't create child process: 11: dl.cgi, referer: http://www.mydomain.com/aaauwdwts7l/X-Men.1.part2.rar
[Wed Aug 01 13:13:37 2012] [error] [client 203.117.37.ccc] (11)Resource temporarily unavailable: couldn't spawn child process: /home/sv9/cgi-bin/dl.cgi, referer: http://www.mydomain.com/aaahuwdwts7l/X-Men.1.part2.rar
[Wed Aug 01 13:13:38 2012] [error] [client xx.aa.xx.bb] (11)Resource temporarily unavailable: couldn't create child process: 11: api.cgi
[Wed Aug 01 13:13:38 2012] [error] [client xx.aa.xx.bb] (11)Resource temporarily unavailable: couldn't spawn child process: /home/sv9/cgi-bin/api.cgi
This servers hardware like:
E3-1230 CPU
8GB DDR3 Ram
4x2TB Disk
1Gbit Port
I think problem about apache config. Because i remember this server can handle easly 4K connection, before reinstalling OS + Apache, 3 months ago.
Any Advice?
Please dont offer nginx mod, this is not a CPU load problem.