<HTML>
<HEAD>
<TITLE>Re: [Nagios-users] URL path in CGI</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">Try adding the following line to your httpd.conf:<BR>
<BR>
Alias /nagios /usr/local/nagios/share/<BR>
<BR>
... right above (or below) this line: <BR>
<BR>
Alias /nagios/ /usr/local/nagios/share/<BR>
<BR>
HUP the httpd daemon. That should to the trick.<BR>
<BR>
Regards,<BR>
Ben<BR>
<BR>
<BR>
On 2/26/04 4:31 PM, "Yao, Jack" <jyao@aav.com.au> wrote:<BR>
<BR>
</FONT><BLOCKQUOTE><FONT FACE="Verdana"><FONT SIZE="1">Hi all ,<BR>
</FONT> <BR>
<FONT SIZE="1">I am still a newbie to Nagios so my question might not sound deep and all, so please bear with me a bit. Anyway , I was trying to change the URL_HTML_Path in the file CGI.CFG and changed the value from "/nagios/" to be "/nagios" [without double quote].<BR>
</FONT> <BR>
<FONT SIZE="1">And I restart nagios and httpd services.<BR>
</FONT> <BR>
<FONT SIZE="1">Yet the URL address http://www.[myserver].com/nagios  still not accessible.  It is still using http://www.[myserver].com/nagios/  .<BR>
 <BR>
</FONT> <BR>
<FONT SIZE="1">Do I miss anything ??<BR>
</FONT> <BR>
 <BR>
<FONT SIZE="1">ta<BR>
</FONT> <BR>
<FONT SIZE="1">Jack<BR>
</FONT> <BR>
 <BR>
<BR>
</FONT></BLOCKQUOTE><FONT FACE="Verdana"><BR>
</FONT>
</BODY>
</HTML>