pkgsrc-wip/nagios-base/MESSAGE
2004-06-02 16:02:28 +00:00

26 lines
742 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.2 2004/06/02 16:02:28 cubidou Exp $
Apache Configuration:
You must add this in your httpd.conf file
ScriptAlias /nagios/cgi-bin/ "/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.
===========================================================================