Bug#980137: apache2: multi-instance support, APACHE_CONFDIR and ServerRoot

2021-01-14 Thread Christoph Anton Mitterer
Package: apache2 Version: 2.4.46-2 Severity: normal Hi. The default apache2.conf has: #ServerRoot "/etc/apache2" i.e. fall back to the compiled in default of /etc/apache2. Shouldn't this better be set to: ServerRoot "${/etc/apache2}" ? Especially since, AFAICS, nothing in README.multiple-ins

Bug#980137: apache2: multi-instance support, APACHE_CONFDIR and ServerRoot

2021-01-14 Thread Christoph Anton Mitterer
btw: For that to work, APACHE_CONFDIR would also need to be exported, probably either from /usr/sbin/apachectl Cheers, Chris.

Bug#980137: apache2: multi-instance support, APACHE_CONFDIR and ServerRoot

2021-04-12 Thread Christoph Anton Mitterer
Guess the better place to set it would be: /lib/systemd/system/apache2.service (just like it's already done in /lib/systemd/system/apache2@.service for the instance versions) This would also have the benefit that people could use APACHE_CONFDIR in their configs if they want to make paths relati

Bug#980137: apache2: multi-instance support, APACHE_CONFDIR and ServerRoot

2021-04-12 Thread Yadd
Le 12/04/2021 à 21:43, Christoph Anton Mitterer a écrit : > Guess the better place to set it would be: > /lib/systemd/system/apache2.service > > (just like it's already done in /lib/systemd/system/apache2@.service > for the instance versions) > > > > This would also have the benefit that people