diff options
Diffstat (limited to 'net-analyzer/icinga/files/icinga-apache.conf')
-rw-r--r-- | net-analyzer/icinga/files/icinga-apache.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net-analyzer/icinga/files/icinga-apache.conf b/net-analyzer/icinga/files/icinga-apache.conf index 50fb22009575..7c768b4eb317 100644 --- a/net-analyzer/icinga/files/icinga-apache.conf +++ b/net-analyzer/icinga/files/icinga-apache.conf @@ -1,10 +1,7 @@ <IfDefine ICINGA> ScriptAlias /icinga/cgi-bin/ /usr/lib/icinga/cgi-bin/ <Directory "/usr/lib/icinga/cgi-bin/"> - AllowOverride AuthConfig Options ExecCGI - Order allow,deny - Allow from all AuthName "Icinga Access" AuthType Basic AuthUserFile /etc/icinga/htpasswd.users @@ -12,9 +9,6 @@ </Directory> Alias /icinga /usr/share/icinga/htdocs <Directory "/usr/share/icinga/htdocs"> - AllowOverride AuthConfig - Order allow,deny - Allow from all AuthName "Icinga Access" AuthType Basic AuthUserFile /etc/icinga/htpasswd.users |