<div>The problem starts when I click on any of the sidebar links that are supposed to take me to things like the status maps etc. I get the following error in the browser: <br>Not Found<br>The requested URL /opt/nagios/cgi-bin/tac.cgi was not found on this server.________________________________
<br>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_perl/1.999.21 Perl/v5.8.4 Server at xxx.xxx.xxx.xxx Port XX</div>
<div> </div>
<div> </div>
<div>I didn't see any errors when I finished the configure and install. I navigated to the web site using Firefox and all appeared to be working. I have a basic Nagios welcome page with the side bar and links etc... <br>
<br> All of the faq's, and websites I have checked so far all point to not having the GD libraries installed. I have them installed though. I don't see anything missing here.</div>
<div> <br>/opt/nagios/sbin$ ldd tac.cgi<br> libc.so.6 => /lib/libc.so.6 (0x40026000)<br> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) </div>
<div> </div>
<div>/opt/nagios/sbin# ldd statusmap.cgi<br> libgd.so.2 => /usr/lib/libgd.so.2 (0x40026000)<br> libpng12.so.0 => /usr/lib/libpng12.so.0 (0x40076000)<br> libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4009b000)
<br> libz.so.1 => /usr/lib/libz.so.1 (0x400ba000)<br> libm.so.6 => /lib/libm.so.6 (0x400cc000)<br> libc.so.6 => /lib/libc.so.6 (0x400ee000)<br> libpthread.so.0 => /lib/libpthread.so.0 (0x40221000)
<br> libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x40272000)<br> libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40282000)<br> libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x4034a000)<br>
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40379000)<br> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)<br> libdl.so.2 => /lib/libdl.so.2 (0x403e6000)<br> libexpat.so.1 => /usr/lib/libexpat.so.1 (0x403e9000)
<br><br>Here is the alias related portion from my apache2.conf (httpd.conf):</div>
<div>
<p> ScriptAlias /nagios/cgi-bin /opt/nagios/sbin<br> <Directory "/opt/nagios/sbin"><br> AllowOverride None<br> Options ExecCGI<br> Order allow,deny<br> Allow from all<br>
</Directory></p>
<p> Alias /nagios /opt/nagios/share<br> <Directory "/opt/nagios/share"><br> AllowOverride None<br> Options None<br> Order allow,deny<br> Allow from all<br> </Directory>
<br><br>Yes I know I don't have any auth stuff set in there yet. I just want to get the darn thing working first (plus I'm already on a fairly secure internal network). I also verified that the cgi's are actually there and both the nagios user and the web server user have access to them.
</p></div>
<div>Any help is greatly appreciated.<br>-Brad</div>