Hi everyone,
We are trying to enable Apache's status page (mod_status) to monitor server performance on a host managed by the Enhance Control Panel.
What we did:
We confirmed mod_status is enabled in the Apache configuration.
We added the necessary configuration block (including SetHandler server-status and IP restrictions) to allow access.
The Problem: When we try to access http://{IP_ADDRESS}/server-status, we do NOT get the Apache status report. Instead, we are redirected to the standard Enhance Control Panel notification page.
This suggests that the Enhance Control Panel's default routing/Virtual Host is somehow intercepting the /server-status URI before our custom Location directive is processed by Apache.
Has anyone dealt with this override before? We need to know the specific file or method required to configure mod_status so that it correctly takes precedence over the Enhance default page.
Any help would be greatly appreciated!