NETWAYS / icinga-installer

An easy to use Icinga-Installer
https://netways.de/
Apache License 2.0
15 stars 2 forks source link

Web-Setup misconfigures apache2 on Debian-ish systems #36

Closed RincewindsHat closed 2 years ago

RincewindsHat commented 2 years ago

The default configuration directory layout for apache2 on Debian uses conf-available and conf-enabled directories instead of conf.d to store configuration. After running the setup the apache2.conf file is missing an include of the conf-enabled directory, which gets therefore ignored.

lbetz commented 2 years ago

Apache is managed by the puppet module puppetlabs-apache and this is the default behavior of this module.