You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/nagios-core/files/99_nagios4-r1.conf

17 lines
309 B

<IfDefine NAGIOS>
ScriptAlias /nagios/cgi-bin @CGIBINDIR@
<Directory "@CGIBINDIR@">
AllowOverride AuthConfig
Options ExecCGI
Require all granted
</Directory>
Alias /nagios @WEBDIR@
<Directory "@WEBDIR@">
AllowOverride AuthConfig
Require all granted
</Directory>
</IfDefine>