Hi all,
By default Nagios installed with the URL path "/nagios/" in the config.cfg.
After installed, I tried to eidt the pathit to be "/nagios" and edit
httpd.conf during this part below to add "Alias /nagios
/usr/local/nagios/share/" on top of the original one, so now it looks like
this:
Alias /nagios /usr/local/nagios/share/
Alias /nagios/ /usr/local/nagios/share/
<Directory "/usr/local/nagios/share/">
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
Then I restarted both Nagios service and httpd service, the browser still
complains that "page cannot be displayed" and it could not find the new path
[http://mydomain.com/nagios]. However , the old path
[http://mydomain.com/nagios/] still working as if there was no change made
to the config file.
Is there anything else I miss here in order to change the URL path ?
thanks
Jack
|