How many of these var values do you have?
StartServers
MinSpareServers
MaxSpareServers
MaxClients
MaxRequestsPerChild
If you are still using default, then chance are they are low and you need to increase them ...
A good tutorial about them is on the links below:
http://emergent.urbanpug.com/?p=60
http://www.crucialp.com/resources/t...ze-tweak-high-traffic-servers-apache-load.php
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "replace into misc (param,val) values ('apache_pipelog', 'true');"
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
echo $ulimit
ulimit -n 131072
vim /etc/sysctl.conf
fs.file-max = 131072
/sbin/sysctl -w fs.file-max=131072
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "replace into misc (param,val) values ('apache_pipelog', 'true');"
2012-11-02 04:30:09: (connections.c.1762) SSL (error): 5 -1 32 Broken pipe
DEBUGGER DETECTED... Bye!
2012-11-02 04:51:54: (mod_fastcgi.c.2613) unexpected end-of-file (perhaps the fastcgi process died): pid: 3836 socket: unix:/opt/psa/tmp/sw-engine.sock-0
2012-11-02 04:51:54: (mod_fastcgi.c.3357) child signaled: 9
2012-11-02 04:51:54: (mod_fastcgi.c.3400) response not received, request sent: 656 on socket: unix:/opt/psa/tmp/sw-engine.sock-0 for /login_up.php3?login_name=admin&passwd=meier, closing connection
2012-11-02 09:25:39: (log.c.166) server started
2012-11-02 09:25:39: (network.c.371) can't bind to port: 127.0.0.1 10001 Address already in use