Re: balancers bybusyness, bytraffic and byrequest thread/process safe issues

2023-09-07 Thread jean-frederic clere
On 9/6/23 18:40, Yann Ylavic wrote: On Wed, Sep 6, 2023 at 6:29 PM Yann Ylavic wrote: As for the memory orders on success/failure, they have nothing to do with the likeliness of success/failure Well the memory orderings specified can certainly influence the likeliness of success/failure

Re: mod_ssl SSL_OP_IGNORE_UNEXPECTED_EOF: "unexpected eof while reading"

2023-09-07 Thread Joe Orton
On Wed, Aug 30, 2023 at 01:21:11PM +0200, Rainer Jung wrote: > Hi there, > > OpenSSL 3 flags some abortive shutdowns as an error different to what 1.1.1 > did. This results in info log output in httpd: > > [Tue Aug 29 12:33:06.787210 2023] [ssl:info] [pid 1994673:tid 1994737] SSL > Library

Re: mod_ssl SSL_OP_IGNORE_UNEXPECTED_EOF: "unexpected eof while reading"

2023-09-07 Thread Rainer Jung
Am 07.09.23 um 14:58 schrieb Joe Orton: On Wed, Aug 30, 2023 at 01:21:11PM +0200, Rainer Jung wrote: Hi there, OpenSSL 3 flags some abortive shutdowns as an error different to what 1.1.1 did. This results in info log output in httpd: [Tue Aug 29 12:33:06.787210 2023] [ssl:info] [pid

Re: mod_ssl SSL_OP_IGNORE_UNEXPECTED_EOF: "unexpected eof while reading"

2023-09-07 Thread Yann Ylavic
On Thu, Sep 7, 2023 at 6:09 PM Yann Ylavic wrote: > > On Wed, Aug 30, 2023 at 1:22 PM Rainer Jung wrote: > > > > OpenSSL 3 flags some abortive shutdowns as an error different to what > > 1.1.1 did. This results in info log output in httpd: > > > > [Tue Aug 29 12:33:06.787210 2023] [ssl:info]

Re: mod_ssl SSL_OP_IGNORE_UNEXPECTED_EOF: "unexpected eof while reading"

2023-09-07 Thread Yann Ylavic
On Wed, Aug 30, 2023 at 1:22 PM Rainer Jung wrote: > > OpenSSL 3 flags some abortive shutdowns as an error different to what > 1.1.1 did. This results in info log output in httpd: > > [Tue Aug 29 12:33:06.787210 2023] [ssl:info] [pid 1994673:tid 1994737] > SSL Library Error: error:0A000126:SSL

Re: mod_ssl SSL_OP_IGNORE_UNEXPECTED_EOF: "unexpected eof while reading"

2023-09-07 Thread Stefan Eissing via dev
> Am 07.09.2023 um 18:46 schrieb Yann Ylavic : > > On Thu, Sep 7, 2023 at 6:09 PM Yann Ylavic wrote: >> >> On Wed, Aug 30, 2023 at 1:22 PM Rainer Jung wrote: >>> >>> OpenSSL 3 flags some abortive shutdowns as an error different to what >>> 1.1.1 did. This results in info log output in