On Thu, Jun 18, 2020 at 07:48 David Copeland <david.copeland@xxxxxxxxxx> wrote:
Hi Tom,
To have Apache start on boot do: systemctl enable apache2
David, thanks so much!
So should a person installing Apache from source with "--enable-systemd" expect the service to be enabled during the installation, i.e., this is a bug?
Or did I miss something in the docs?
Gratefully,
-Tom
Hi,
AFAIK --enable-systemd is only a command line option of 'configure' which defines if the module should be built, as a module or statically linked, or not.
just my 2c,
CJ