Views
From Wiki
Jump to: navigation, search
Note:

Cpanel does not allow you to put this in the main httpd.conf, edit pre_main_global.conf instead.

<Location /server-status>
SetHandler server-status

Order Deny,Allow
Deny from all
Allow from 69.16.222.0/24
</Location>

After saving the file restart apache.

service httpd restart
Personal tools