mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
14 lines
189 B
ApacheConf
14 lines
189 B
ApacheConf
# Apache 2.4
|
|
<ifModule mod_authz_core.c>
|
|
Require all denied
|
|
</ifModule>
|
|
|
|
# Apache 2.2
|
|
<ifModule !mod_authz_core.c>
|
|
deny from all
|
|
Satisfy All
|
|
</ifModule>
|
|
|
|
# Apache 2.2 and 2.4
|
|
IndexIgnore *
|