Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Sep 22, 2025, 07:53 AM

Title: Apache service goes down frequently on a Plesk for Linux Server: AH00484: server
Post by: Suhitha on Sep 22, 2025, 07:53 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

1.Log into Plesk.

2.Suspend the domain example.com.

3.Restart Apache and PHP handler that is used for example.com domain via Tools & Settings > Services Management.


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.


Related to

Apache
Plesk for Linux