Not sure how long ago this stopped, but for some reason when I call
service httpd fullstatus on one particular VPS running WHM 11.32.5 (build 13),
I am getting the following:
Any other cPanel server I have, it returns valid output. This is similar to clicking on the
Apache Status link from the WHM menu. When I do that, I get this:
Apache server status for hostname.domain.tld
Failed to receive status information from Apache.
I need the data from this command in order to track down a problem. I checked in /etc/httpd/conf/httpd.conf and
is set, as is: ExtendedStatus On
I have tried recompiling Apache using EasyApache and still get this. No errors or anything else in log files, but I can't get the full status I need.
Anyone else have this issue?
service httpd fullstatus on one particular VPS running WHM 11.32.5 (build 13),
I am getting the following:
Code:
# service httpd fullstatus
REFRESH(0 sec): [1]http://localhost/cgi-sys/defaultwebpage.cgi
References
1. http://localhost/cgi-sys/defaultwebpage.cgi
Apache Status link from the WHM menu. When I do that, I get this:
Apache server status for hostname.domain.tld
Failed to receive status information from Apache.
I need the data from this command in order to track down a problem. I checked in /etc/httpd/conf/httpd.conf and
Code:
<Location /whm-server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
I have tried recompiling Apache using EasyApache and still get this. No errors or anything else in log files, but I can't get the full status I need.
Anyone else have this issue?