Re: [users@httpd] Apache memory usage

2020-06-19 Thread Danny Mallory
mods enabled: access_compat.load authz_groupfile.load dir.load mpm_event.conf proxy.load ssl.conf alias.conf authz_host.load env.load mpm_event.load remoteip.load ssl.load alias.load authz_user.load filter.load negotiation.conf

Re: [users@httpd] Apache memory usage

2020-06-19 Thread Danny Mallory
I do not have that installed but will definitely look into it as it may have a similar effect on what I found. The problem I found (well kind of) is that there is some unknown memory leak. Was looking at another thread where it stated if there is a memory leak in one of the modules and

[users@httpd] logging SSL handshake failures

2020-06-19 Thread Adam Weremczuk
Hi all, I'm running Apache 2.4.25 on Debian 9 and trying to debug SSL. Even with LogLevel set to trace8 error.log doesn't produce exhaustive details when I e.g. try to connect using older unsupported protocol: openssl s_client -connect www.mysite.com:443 -tls1 [Fri Jun 19 16:15:54.339546

Re: [users@httpd] Apache memory usage

2020-06-19 Thread Yann Ylavic
On Fri, Jun 19, 2020 at 4:20 PM Yann Ylavic wrote: > > On Thu, Jun 18, 2020 at 8:03 PM Danny Mallory wrote: > > > > Anyone here know a good way to tell what Apache may be chewing up memory on? > > Do you have MaxMemFree configured already >

Re: [users@httpd] Apache memory usage

2020-06-19 Thread Yann Ylavic
On Thu, Jun 18, 2020 at 8:03 PM Danny Mallory wrote: > > Anyone here know a good way to tell what Apache may be chewing up memory on? Do you have MaxMemFree configured already (https://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxmemfree)? If not, does "MaxMemFree 2048" (for instance) help?