Server: VPS, 8core, 16GB RAM
OS: Debian 8.1
Plesk version 17.8.11 update 11
PHP version: 5.6.36
Apache MPM mode: Prefork
Currrent config:
StartServers 5
MinSpareServers 10
MaxSpareServers 25
MaxRequestWorkers 300
ServerLimit 300
MaxConnectionsPerChild 10000
Fail2Ban + Modserurity enabled. The servers main traffic comes from two Wordress websites, the combined traffic is about 1000 UV/day.
I have this problem for month now, the sites become unresponsive /no problem accessing Plesk/, the requests time out after a while with 502. Most of the times I don't even receive a notice from Downnotifier because of the long timeout.
Apache error log is full with these entries before it hangs:
AH00046: child process 550 still did not exit, sending a SIGKILL
AH00046: child process 861 still did not exit, sending a SIGKILL
AH00046: child process 869 still did not exit, sending a SIGKILL
When the problem started Apache was set to MPM Event, I switched to Prefork, tried to modify the values in the config, but no luck. I made Apache to restart every day but it doesn't help, it hangs randomly about two-three times a week. What could be the problem here? Thanks in advance.
OS: Debian 8.1
Plesk version 17.8.11 update 11
PHP version: 5.6.36
Apache MPM mode: Prefork
Currrent config:
StartServers 5
MinSpareServers 10
MaxSpareServers 25
MaxRequestWorkers 300
ServerLimit 300
MaxConnectionsPerChild 10000
Fail2Ban + Modserurity enabled. The servers main traffic comes from two Wordress websites, the combined traffic is about 1000 UV/day.
I have this problem for month now, the sites become unresponsive /no problem accessing Plesk/, the requests time out after a while with 502. Most of the times I don't even receive a notice from Downnotifier because of the long timeout.
Apache error log is full with these entries before it hangs:
AH00046: child process 550 still did not exit, sending a SIGKILL
AH00046: child process 861 still did not exit, sending a SIGKILL
AH00046: child process 869 still did not exit, sending a SIGKILL
When the problem started Apache was set to MPM Event, I switched to Prefork, tried to modify the values in the config, but no luck. I made Apache to restart every day but it doesn't help, it hangs randomly about two-three times a week. What could be the problem here? Thanks in advance.