mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
* N°5120 - Unattended install : use cty toolkit version * N°5120 - CLI mode validation * 5120 - bring CI enhancements * 5120 - bring back saas use-itop-config option: to read db settings from conf directly * 5120 - move unattended script in setup folder/unattended-install * 5120 - use-itop-config option: take db_tls_enabled and db_tls_ca into account * 5120 - move test * 5120 - put ci enhancements back - logs and conf preservation with install mode * 5120 - keep PR simple - remove saas use-itop-config option for now * 5120 - remove ci enhancement to preserve configuration * Update setup/unattended-install/README.md Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com> * 5120 - documentation * 5120 - fix log level * 5120 - fix test * fix phpunit test comment --------- Co-authored-by: Thomas Casteleyn <thomas.casteleyn@super-visions.com>
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 *
|