Images using wrong path?
Jon Lyons
jlyons30 at yahoo.com
Tue Nov 5 18:16:34 CET 2002
Are you trying to access http://myservername.domain.com/nagios or http://myservername.domain.com/nagios/ it makes a difference, should be the later one.
This is what I added to the default apache httpd.conf. My nagios html files are located in /usr/local/share/nagios and the cgis are located in /usr/local/share/nagios/cgi-bin
Alias /nagios/ /usr/local/share/nagios
<Directory "/usr/local/share/nagios">
Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
ScriptAlias /nagios/cgi-bin/ /usr/local/share/nagios/cgi-bin
<Directory "/usr/local/share/nagios/cgi-bin">
AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
Jon Lyons wrote:
> Just a shot in the Dark here, but since you have a second machine I'd
> compile nagios using the default paths, and configure apache to mactch
> the docs exactly. Just do a ./configure and use the default nagios
---------------------------------
Do you Yahoo!?
HotJobs - Search new jobs daily now
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20021105/c0f6a329/attachment.html>
More information about the Users
mailing list