hi,
when i run the
http://localhost/server-info
iam getting The requested URL/sever-info not found on this server.
i had added below code in httpd.conf file and i had restarted the service.
<Location /server-info>
SetHandler server-info
Order deny,allow
Deny from all
Allow from .your_domain.com
</Location>
Regards
Narasimha