mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
parent
e82b53e576
commit
00885f10d0
@ -12,10 +12,15 @@ ScriptAlias /icinga/cgi-bin "@CMAKE_INSTALL_FULL_LIBDIR@/icinga/cgi"
|
|||||||
Options ExecCGI
|
Options ExecCGI
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
<IfVersion < 2.3>
|
||||||
# Order deny,allow
|
Allow from all
|
||||||
# Deny from all
|
# Order deny,allow
|
||||||
# Allow from 127.0.0.1
|
# Deny from all
|
||||||
|
# Allow from 127.0.0.1
|
||||||
|
</IfVersion>
|
||||||
|
<IfVersion >= 2.3>
|
||||||
|
Require all granted
|
||||||
|
</IfVersion>
|
||||||
AuthName "Icinga Access"
|
AuthName "Icinga Access"
|
||||||
AuthType Basic
|
AuthType Basic
|
||||||
AuthUserFile @CMAKE_INSTALL_FULL_SYSCONFDIR@/icinga/passwd
|
AuthUserFile @CMAKE_INSTALL_FULL_SYSCONFDIR@/icinga/passwd
|
||||||
@ -28,11 +33,16 @@ Alias /icinga "@CMAKE_INSTALL_FULL_DATADIR@/icinga/"
|
|||||||
# SSLRequireSSL
|
# SSLRequireSSL
|
||||||
Options None
|
Options None
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Order allow,deny
|
<IfVersion < 2.3>
|
||||||
Allow from all
|
Order allow,deny
|
||||||
# Order deny,allow
|
Allow from all
|
||||||
# Deny from all
|
# Order deny,allow
|
||||||
# Allow from 127.0.0.1
|
# Deny from all
|
||||||
|
# Allow from 127.0.0.1
|
||||||
|
</IfVersion>
|
||||||
|
<IfVersion >= 2.3>
|
||||||
|
Require all granted
|
||||||
|
</IfVersion>
|
||||||
AuthName "Icinga Access"
|
AuthName "Icinga Access"
|
||||||
AuthType Basic
|
AuthType Basic
|
||||||
AuthUserFile @CMAKE_INSTALL_FULL_SYSCONFDIR@/icinga/passwd
|
AuthUserFile @CMAKE_INSTALL_FULL_SYSCONFDIR@/icinga/passwd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user