Nagios on FreeBSD

Crow Lee Contr 379 ECS Lee.Crow at auab.aorcentaf.af.mil
Tue Apr 22 07:13:19 CEST 2003


I have tried it both ways... still no dice.  

Thanks though!


Lee Crow
Sr. LAN/WAN Administrator
ITT Systems Division
---------------------------
Cell: +974-556-3127
DSN: 318-471-2074
Lee.Crow at auab.aorcentaf.af.mil
 

-----Original Message-----
From: Nicholas Paufler [mailto:npaufler at incentre.net] 
Sent: Monday, April 21, 2003 10:12 PM
To: nagios-users
Subject: Re: [Nagios-users] Nagios on FreeBSD

Here's my snippet, also from FreeBSD:
I have a / on my Directory statement for /usr/local/share/nagios/ and you
don't, so it's possible that that's it.

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>

Alias /nagios/ /usr/local/share/nagios/
<Directory "/usr/local/share/nagios/">
    Options None
    AllowOverride AuthConfig
    Order allow,deny
    Allow from all
</Directory>


Nicholas Paufler
Systems Administrator
The Internet Centre

----- Original Message -----
From: "Crow Lee Contr 379 ECS" <Lee.Crow at auab.aorcentaf.af.mil>
To: <nagios-users at lists.sourceforge.net>
Sent: Sunday, April 20, 2003 8:49 AM
Subject: RE: [Nagios-users] Nagios on FreeBSD


> Ok... I looked in the httpd-error.log file and it doesn't look right.
Here
> is one of the entries:
>
> script not found or unable to stat: /usr/local/share/nagios/cgi-bintac.cgi
>
> This isn't a typo... there is no "/" between cgi-bin and the script to
> indicate that the script is in the cgi-bin directory.  However, the URL on
> the website looks correct:
>
> http://xxx.xx.xxx.141/nagios/cgi-bin/tac.cgi
>
> And here is how my httpd.conf file looks from a nagios standpoint.
>
> 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>
>
> Alias /nagios /usr/local/share/nagios/
> <Directory "/usr/local/share/nagios">
>     Options None
>     AllowOverride AuthConfig
>     Order allow,deny
>     Allow from all
> </Directory>
>
> Thanks!
>
>
> Lee Crow
> Sr. LAN/WAN Administrator
> ITT Systems Division
> ---------------------------
> Cell: +974-556-3127
> DSN: 318-471-2074
> Lee.Crow at auab.aorcentaf.af.mil
>
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list