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
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
btw: For that to work, APACHE_CONFDIR would also need to be exported,
probably either from /usr/sbin/apachectl
Cheers,
Chris.
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
4 matches
Mail list logo