URL path config

Yao, Jack jyao at aav.com.au
Sun Feb 29 22:11:53 CET 2004


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
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20040301/c36a16f7/attachment.html>


More information about the Users mailing list