This post lead me to posting below, I thought it may show the MaxRequestWorker but it didn’t. Maybe a good way to check if things are getting overloaded.
I was looking at apache docs and found this
https://httpd.apache.org/docs/2.4/mod/mod_status.html
Trying to add the code to the my main domain did not work, instead of Require host did use Require IP, that of my pc.
Location "/server-status">
SetHandler server-status
Require ip xxx.xxx.xxx.xxx
</Location>
Reading some forum I found out the the .htaccess was causing the issue as it had a worpress app installed.
So just added this line to the .htaccess fixed it RewriteCond %{REQUEST_URI} !…