Re: [users@httpd] connecting client tlsv1.0 to apache proxy tlsv1.1/tlsv1.2 is missing TLS-alert on close

2018-01-09 Thread Samsul Arefin
Hi Yann, Thank for the mail. I am Samsul. I am an Upwork freelancer and trying to improve my skill-set taking some online web development lessons. As you wanted to know, I am using Apache HTTP Server 2.4 & OpenSSL 1.1.0g 2 Nov 2017. Regards. On Wed, Jan 10, 2018 at 1:13 AM, Yann Ylavic

Re: [users@httpd] connecting client tlsv1.0 to apache proxy tlsv1.1/tlsv1.2 is missing TLS-alert on close

2018-01-09 Thread Yann Ylavic
Hi Michael, On Tue, Jan 9, 2018 at 6:02 PM, wrote: > > When I try to connect to the apache via curl with something like this "curl > --tlsv1.0 --insecure https://test.localhost; and trace the network > communication via wireshark you can see that the TLS-Alert is

Re: [users@httpd] RE: Apache 2.4 worker mpm memory climbing no new processes

2018-01-09 Thread Campbell, Lance
Thanks, That makes a lot of sense. You explained that very well. Lance From: "Houser, Rick" Reply-To: "users@httpd.apache.org" Date: Tuesday, January 9, 2018 at 11:45 AM To: "users@httpd.apache.org" Subject:

Re: [users@httpd] Apache 2.4 worker mpm memory climbing no new processes

2018-01-09 Thread Daniel
you should probably share the list of modules you are actually using and any relevant configuration 2018-01-09 18:28 GMT+01:00 Campbell, Lance : > Apache 2.4 > > Worker MPM > > > > I am using this configuration for Worker MPM: > > > > > > ServerLimit 90 > >

[users@httpd] RE: Apache 2.4 worker mpm memory climbing no new processes

2018-01-09 Thread Houser, Rick
This is from memory many years ago, so minor details might be off: If you have requests that take different amounts of memory to handle, the larger requests will in turn bump up the memory used by a thread pool, while releasing that memory pack to the thread pool when the request finishes.

[users@httpd] Apache 2.4 worker mpm memory climbing no new processes

2018-01-09 Thread Campbell, Lance
Apache 2.4 Worker MPM I am using this configuration for Worker MPM: ServerLimit 90 StartServers10 MaxRequestWorkers 2048 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 Apache has created 12 processes. Apaches memory consumption slowly increases but

[users@httpd] connecting client tlsv1.0 to apache proxy tlsv1.1/tlsv1.2 is missing TLS-alert on close

2018-01-09 Thread michael.nguyen
Hi all, English is my second language and I'm sorry for any kind of misspelling or wrong formulation. This is the first time I'm posting here so I would appreciate any kind of advice concerning my form of writing this message :) The problem I'm facing right now is rather easy to set up. I have