Re: [users@httpd] Apache and systemd

2020-06-18 Thread David Copeland
On OpenSuse, I use systemctl apache2 where is start, stop, status, reload, or whatever (do a "man systemctl") Dave. On 2020-06-17 6:28 p.m., Tom Browder wrote: > On Wed, Jun 17, 2020 at 15:46 Richard > > wrote: > ... > > > If I build a new serve

Re: [users@httpd] Apache and systemd

2020-06-18 Thread Tom Browder
On Thu, Jun 18, 2020 at 07:24 David Copeland wrote: > On OpenSuse, I use > > systemctl apache2 > > where is start, stop, status, reload, or whatever (do a "man > systemctl") > Thanks, Dave. But do you add the appropriate systemd files to enable auto start and shutdown of httpd upon reboot? M

Re: [users@httpd] Apache and systemd

2020-06-18 Thread David Copeland
Hi Tom, To have Apache start on boot do: _systemctl enable apache2_ Then a _systemctl status apache2_ yields something like : dbc:~ # systemctl status apache2 ● apache2.service - The Apache Webserver    Loaded: loaded (/usr/lib/systemd/system/apache2.service; *enabled;* vendor preset: disabled)

Re: [users@httpd] Apache and systemd

2020-06-18 Thread Tom Browder
On Thu, Jun 18, 2020 at 07:48 David Copeland 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

Re: [users@httpd] Apache and systemd

2020-06-18 Thread David Copeland
Sorry, can't help you there, I've never installed from source, only pre-built packages. However my guess would be that the "--enable-systemd" option relates only to adding the ability to use systemctl commands, not actually setting auto startup. Dave. On 2020-06-18 9:31 a.m., Tom Browder wrote: >

[users@httpd] Re: Apache and systemd

2020-06-18 Thread Christophe JAILLET
Le 18/06/2020 à 15:31, Tom Browder a écrit : On Thu, Jun 18, 2020 at 07:48 David Copeland mailto:david.copel...@jsidata.ca>> 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 "--en

[users@httpd] Apache memory usage

2020-06-18 Thread Danny Mallory
Anyone here know a good way to tell what Apache may be chewing up memory on? I have Apache running purely as a reverse proxy (not hosting anything), timeouts configured everywhere and good cleanup on threads, scoreboard staying clean, but after a clean restart it will slowly climb and climb throu

Re: [users@httpd] Apache and systemd

2020-06-18 Thread Curtis Maurand
on centos and related it’s httpd. on debian and related it’s apache2 Sent from my iPhone > On Jun 18, 2020, at 8:37 AM, Tom Browder wrote: > >  >> On Thu, Jun 18, 2020 at 07:24 David Copeland >> wrote: > >> On OpenSuse, I use >> >> systemctl apache2 >> >> where is start, stop, status, r