Re: svn commit: r1729873 - in /httpd/httpd/branches/2.4.x: ./ STATUS modules/ssl/ssl_engine_kernel.c

2016-02-14 Thread Christophe JAILLET
Le 11/02/2016 20:03, j...@apache.org a écrit : Author: jim Date: Thu Feb 11 19:03:04 2016 New Revision: 1729873 URL: http://svn.apache.org/viewvc?rev=1729873=rev Log: Merge r1717816 from trunk: Fix missing Upgrade headers on OPTION * requests, PR58688 Submitted by: wrowe Reviewed/backported

Re: svn commit: r1729495 [2/2] - in /httpd/httpd/branches/2.4.x: ./ modules/aaa/ modules/arch/win32/ modules/core/ modules/examples/ modules/filters/ modules/http2/ modules/loggers/ modules/lua/ modul

2016-02-14 Thread Christophe JAILLET
Le 10/02/2016 00:09, rj...@apache.org a écrit : Modified: httpd/httpd/branches/2.4.x/server/mpm/event/event.c URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/mpm/event/event.c?rev=1729495=1729494=1729495=diff @@ -3245,7 +3247,7 @@ static int event_check_config(apr_pool_t

Re: [Update] Support for OpenSSL 1.1.0

2016-02-14 Thread Rainer Jung
The nice people at OpenSSL have already committed the two patches (renegotiation with ECDHE ciphers, detecting HTTP-on-HTTPS) and I think I found an easy way to trigger renegotiation without polling (using SSL_peek). The current code runs the test suite with 1.0.2 and with 1.1.0 without any

Re: [PATCH 58985] Add 451 status code

2016-02-14 Thread Jim Jagielski
Thx. Will review asap. > On Feb 13, 2016, at 8:01 PM, Yehuda Katz wrote: > > Hello all, > I looked into the missing 451 status code because someone asked about it on > the users list. It seems like a simple enough patch - since it is just > copying an existing feature. > I

Re: Proposal for a new mod_event documentation page

2016-02-14 Thread Luca Toscano
I changed the AsyncRequestWorkerFactor section with my understanding and with some calculations showed by Rainer in previous threads: https://httpd.apache.org/docs/trunk/mod/event.html Let me know if you like it and if what I've written is sound, I'd like some confirmation before back-porting to

Re: balancer-manager docs

2016-02-14 Thread Luca Toscano
I like the how-to a lot! Would it be useful to add a "logging" section explaining best practices about how to enable logging of the various modules? A lot of people ask for instruction about how to track what mod_proxy does in the background, plus I think it would be really useful to have a