[Bug 1918209] Re: Detection of systemd breaks building in docker

2021-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.46-4ubuntu1 --- apache2 (2.4.46-4ubuntu1) hirsute; urgency=medium * Merge with Debian unstable, to allow moving from lua5.2 to lua5.3 (LP: #1910372). Remaining changes: - debian/{control, apache2.install,

[Bug 1918209] Re: Detection of systemd breaks building in docker

2021-03-08 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/apache2/+git/apache2/+merge/399177 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1918209 Title: Detection of systemd

[Bug 1918209] Re: Detection of systemd breaks building in docker

2021-03-08 Thread Bryce Harrington
** Description changed: - apache2ctl detects if systemd is in use by looking at the owner of /proc/1/exe. - Under docker, however, this cannot be relied on and may simply be the command being run: + apache2ctl detects if systemd is in use by looking at the owner of + /proc/1/exe. - $