How to enable mod_info in Apache?
- by Amit Nagar
I gone through the apache guide to enable to mod_info.
As per doc:
To configure mod_info, add the following to your httpd.conf file.
Location /server-info SetHandler server-info
/Location
You may wish to use mod_access inside the directive to limit access to your server configuration information:
Location /server-info
SetHandler server-info Order deny,allow Deny from all Allow from yourcompany.com
Location
Once configured, the server information is obtained by accessing http://your.host.dom/server-info
In my case the this link is not giving any info. Http 404 NOT FOUND error
Is there anything I need to install as mod_info.c or something ? Is there anything i need to put as AddModule or something ?
In Error log : File does not exist: /usr/local/apache2/htdocs/example1/server-info I have 3 virtual host. One of this as default which use example1 as Docroot dir. I am not sure where this page (server-info) should be ? in case of server-status, it's working fine