Re: [Nagios-devel] Need help

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Need help

Post by Guest »

You're missing a few lines. You're Apache config should read.

ScriptAlias /nagios/cgi-bin/ /usr/local/share/nagios/cgi-bin/

AllowOverride AuthConfig
Options ExecCGI
Order allow,deny
Allow from all

Alias /nagios/ /usr/local/share/nagios/

Options None
AllowOverride AuthConfig
Order allow,deny
Allow from all


It may seem a bit redundant, but it does work on FreeBSD 5.1-RELEASE. At
minimum, you need the AuthConfig directive.

- A

H.R.Komeylian wrote:

>Dear Sir
>
>
>I need your help , my os is Free BSD and I add following lines on my apache
>server but unfortunatly my nagis don't work properly , would you please
>guide me ( I used apache-1.3.29 ) .
>
>
>Alias /nagios/ /usr/local/share/nagios/
>
> Options ExecCGI
>
>
>Thanks for your attention .
>
>----------------------
>H.R.Komeylian
>[email protected]
>----------------------
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: IBM Linux Tutorials.
>Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
>Free Linux Tutorials. Learn everything from the bash shell to sys admin.
>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
>_______________________________________________
>Nagios-devel mailing list
>[email protected]
>https://lists.sourceforge.net/lists/lis ... gios-devel
>
>
>







This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked