Cobra Forum

Plesk Panel => Webserver => Topic started by: mahesh on Dec 31, 2024, 06:12 AM

Title: Apache service goes down frequently on a Plesk for Linux Server: AH00484:
Post by: mahesh on Dec 31, 2024, 06:12 AM
Question
Apache service goes down frequently on a Plesk for Linux Server: AH00484: server reached MaxRequestWorkers setting
Symptoms

server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
netstat -tanp | grep httpd | awk '{print $6}' | sort | uniq -c | sort -n
..................
1700 CLOSE_WAIT

(70007)The timeout specified has expired
Cause
Issue with a website code causing high CLOSE_WAIT connections.

Resolution


Then and before enabling the domain again it is required to review the website code with its Developer or in case example.com is a WordPress instance, try to disable the plugins one by one until the culprit of this behavior is found.