> Date: Wednesday, June 17, 2020 06:48:27 -0500
> From: Tom Browder <[email protected]>
>
> If I build a new server using --enable-systemd how does that affect
> using apachectl?
>
> Can I still apachectl for interactive start/stop while systemd
> takes care of reboots?
>
You would use "systemctl" to start/stop/reload/... the server, e.g.,
systemctl start httpd.service
(the ".service" bit is probably unnecessary).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]