Re: [users@httpd] mod_systemd and Apache 2.4

2015-01-21 Thread Mark Montague
On 2015-01-21 15:20, Rose, John B wrote: Looking around I see this in the default Apache 2.4.6 setup on Red Hat 7 .. /etc/httpd/conf.modules.d/00-systemd.conf I also see the LoadModule is uncommented … LoadModule systemd_module modules/mod_systemd.so [...] My question is, is that module doin

Re: [users@httpd] mod_systemd and Apache 2.4

2015-01-21 Thread Eric Covener
On Wed, Jan 21, 2015 at 3:20 PM, Rose, John B wrote: > If not, then commenting out the LoadModule seems like a good thing to do to > reduce the RAM usage. Correct? > > Why is it uncommented by default? Sounds like a choice of Redhats. The memory hit is probably trivial though.

[users@httpd] mod_systemd and Apache 2.4

2015-01-21 Thread Rose, John B
Looking around I see this in the default Apache 2.4.6 setup on Red Hat 7 .. /etc/httpd/conf.modules.d/00-systemd.conf I also see the LoadModule is uncommented ... LoadModule systemd_module modules/mod_systemd.so When I go here ... http://httpd.apache.org/docs/trunk/mod/mod_systemd.html The b