Re: Plan for T of 2.4.19

2016-03-18 Thread Yann Ylavic
On Fri, Mar 18, 2016 at 10:01 AM, wrote: > > I would like to suggest backporting: > > https://svn.apache.org/viewvc?view=revision=1734412 Sounds reasonable, would you add an entry in the STATUS file (at the root of branches/2.4.x) to start the vote (with your own)? > > Now

Re: [Patch] Ensure HTTP1 filters are only added on HTTP1 requests

2016-03-18 Thread William A Rowe Jr
On Wed, Mar 16, 2016 at 3:58 AM, Stefan Eissing < stefan.eiss...@greenbytes.de> wrote: > Hmm, I can tell you for certain that modules encountering HTTP/2 > connections > in 2.4 do not find the filters as they may expect. > Right, that's by design. Existing protocol modules assume a particular

Re: TLS session ticket key (shared) renewal

2016-03-18 Thread Yann Ylavic
On Fri, Mar 18, 2016 at 2:55 PM, Yann Ylavic wrote: > Currently this can be done by using a (shared) SSLSessionTicketKeyFile > and gracefuly restarting httpd instances, but there is room for > improvements here. > > Thoughts? For the single httpd instance case at least, I'm

Re: svn commit: r1735216 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/ap_mpm.h include/mpm_common.h modules/proxy/mod_proxy_wstunnel.c server/mpm/event/event.c server/mpm/event/fdqueue.h

2016-03-18 Thread Stefan Eissing
Thanks Rainer. So, my tests now concur: r1735176 is the cuplrit and I reverted it. The reversion of r1735174 has been reverted again, so the original change by Graham stands as it is. The change of http/1 filter apply needs some more thoughts. Graham, do you build and test with mod_http2

Re: svn commit: r1734396 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/ssl/mod_ssl.c

2016-03-18 Thread Jeff Trawick
On Thu, Mar 10, 2016 at 7:31 AM, wrote: > Author: ylavic > Date: Thu Mar 10 12:31:13 2016 > New Revision: 1734396 > > URL: http://svn.apache.org/viewvc?rev=1734396=rev > Log: > Merge r1734006 from trunk: > > mod_ssl: Don't lose track of the SSL context if the

Re: svn commit: r1734396 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS modules/ssl/mod_ssl.c

2016-03-18 Thread Yann Ylavic
On Fri, Mar 18, 2016 at 5:06 PM, Jeff Trawick wrote: > On Thu, Mar 10, 2016 at 7:31 AM, wrote: >> >> Author: ylavic >> Date: Thu Mar 10 12:31:13 2016 >> New Revision: 1734396 >> >> URL: http://svn.apache.org/viewvc?rev=1734396=rev >> Log: >> Merge r1734006

mod_lua LuaHookAccessChecker not working

2016-03-18 Thread Mark Taylor
Hi, I'm trying to use LuaHookAccessChecker but with the config below I am able to access everything under "/", including example.lua httpd.conf: LuaHookAccessChecker /usr/local/apache/htdocs/access.lua access_check SetHandler lua-script /usr/local/apache/htdocs/access.lua: