pkgsrc-wip/nagios-base/MESSAGE
2004-02-29 15:42:26 +00:00

26 lines
744 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2004/02/29 15:42:26 anewsmurf Exp $
Apache Configuration:
You must add this in your httpd.conf file
ScriptAlias /cgi-bin/nagios/ "/usr/pkg/libexec/nagios/cgi-bin/"
<Directory "/usr/pkg/libexec/nagios/cgi-bin/">
AllowOverride AuthConfig
order allow,deny
allow from all
Options ExecCGI
</Directory>
Alias /nagios/ "/usr/pkg/share/nagios/"
<Directory "/usr/pkg/share/nagios/">
AllowOverride AuthConfig
order allow,deny
allow from all
</Directory>
See the manual for more instructions.
===========================================================================