Getting 404 while accessing the /server-status page
Issue
- We have configured
/server-statusin the httpd.conf file but we are unable to get the /server-status while accessing the url http://ip:80/server-status.
The below are the entries from httpd.conf:
<Location /server-status>
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
Allow from 10.
</Location>
Environment
- Red Hat JBoss Web Server
- 3.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.