Need help
Alex Moundalexis
alexm at dctd.saic.com
Mon Dec 22 14:57:32 CET 2003
You're missing a few lines. You're Apache config should read.
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>
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/
><Directory "/usr/local/share/nagios/">
> Options ExecCGI
></Directory>
>
>Thanks for your attention .
>
>----------------------
>H.R.Komeylian
>hamid at komeylian.net
>----------------------
>
>
>
>-------------------------------------------------------
>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
>Nagios-devel at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/nagios-devel
>
>
>
-------------------------------------------------------
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
More information about the Developers
mailing list