<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi,<br><br>I have installed nagios and its plugins in freebsd.<br>Restarted apache (1.3), and navigated to the nagios webpages of the website, it does display the main page correctly.<br>However when I click any option in the left hand side of the main page, it popup a download screen and asked me whether I want to download the cgi program. <br>The httpd.conf has the following nagios configuration lines written:<br> <Directory /usr/local/www/nagios><br> Order allow,deny<br> Allow from all<br> </Directory><br><br> <Directory /usr/local/www/nagios/cgi-bin><br> AddHandler cgi-script .cgi<br> Options ExecCGI<br>
</Directory><br><br> ScriptAlias /nagios/cgi-bin/ /usr/local/www/nagios/cgi-bin/<br> Alias /nagios/ /usr/local/www/nagios/<br><br>Note, the apache running in my system has embedded perl module built in.<br>I also attached a screenshoot of the popup screen when I click on any option on the left hand side of the nagios main page.<br><br>Your suggestion is much appreciated.<br><br>Thanks<br>SW<br></div></div></body></html>