I am having a bit of troubles with an irregular problem that brings down some parts of my websites probably initiated by bots flooding a site.
The interesting thing is not all websites go down, only some with the same domain but different subdomains, but not all. For example
www.domain1.com and test.domain1.com may go down while chat.domain1.com remain up and other domains like
www.domain2.com remain up. The same ones always go down (then again the attack is always on the same domain web page).
What seems to be happening is that after a concerted flood (approx 50-200 POSTs over 5-20 seconds) on a web page containing an email form (now protected with a CAPTCHA image) the site seems to crash.
Around the same time in the httpd/error_log I will first see a number of the following messages:
[{int}] EACCELERATOR: PHP crashed on OPLINE 31 of {filename}
Followed by a number of these messages:
[{TIME}] [notice] child pid {int} exit signal Segmentation fault (11)
There are no other clues in other log files (that I've found).
From this point forward the websites I mentioned above don't work - the browser says the server unexpectedly dropped the connection. A simple "service httpd-e-smith restart" will fix the problem.
Does anyone have any suggestions that might shed some light on this problem.
Cheers!
adam