Re: Add ?? mod_proxy_http2 for NetWare build - All done!

2016-03-10 Thread NormW
G/M Stefan, All done. and many thanks for taking the time out to attend to it. Regards Norm

Re: "hello world" module crashes 2.4 on CentOS 6.7

2016-03-10 Thread Eric Covener
On Thu, Mar 10, 2016 at 3:59 PM, Justin Kennedy wrote: > > I have a pretty simple module that is crashing my server as soon as I > dereference a pointer that comes from the request_rec pool. preprocess with -E and look to make sure the httpd headers are coming from

Re: mod_proxy_http2 questions (was: [VOTE] backport mod_proxy_http2 to 2.4.x as experimental)

2016-03-10 Thread Yann Ylavic
On Thu, Mar 10, 2016 at 5:38 PM, Stefan Eissing wrote: > > Iterative, the Common Case > -- [] > > As to the input/output handling for that request_rec, that is basic mod_http2 > stuff. The core filters have been replaced with ones that shuffle

"hello world" module crashes 2.4 on CentOS 6.7

2016-03-10 Thread Justin Kennedy
Good day, I have a pretty simple module that is crashing my server as soon as I dereference a pointer that comes from the request_rec pool. This is on CentOS 6.7, with Apache 2.4 compiled. It's a fresh VM on AWS. The module was compiled with apxs. The code is listed below. The output I get in

Re: mod_proxy_http2 questions (was: [VOTE] backport mod_proxy_http2 to 2.4.x as experimental)

2016-03-10 Thread Stefan Eissing
Hi Yann, thanks for the questions. I'd really love to bounce the idea of my implementation around here, because I hope that I got things right and, since I do not know all corners and hooks in our little product, to get feedback what I have overlooked. Iterative, the Common Case

mod_proxy_http2 questions (was: [VOTE] backport mod_proxy_http2 to 2.4.x as experimental)

2016-03-10 Thread Yann Ylavic
Hi Stefan, sorry I didn't look closely enough in mod_proxy_http2's code yet to answer the following questions by myself, so I'm asking here... On Wed, Mar 9, 2016 at 1:53 PM, Stefan Eissing wrote: > > When called inside a HTTP/1.1 connection, it will open/reuse >

Re: [VOTE] backport mod_proxy_http2 to 2.4.x as experimental

2016-03-10 Thread Mario Brandt
+1 On 9 March 2016 at 13:53, Stefan Eissing wrote: > I propose to backport mod_proxy_http2 to 2.4.x as an experimental > module with the same restrictions as mod_http2. > > Purpose: > mod_proxy_http2 allows proxy HTTP/2 connections, using its own > h2: and h2c:

Re: [VOTE] access control for dynamic hosts

2016-03-10 Thread Fabien
Currently 2 votes: +1: Mario Brandt, Yann Ylavic I think you can go ahead, trunk is in CTR (Commit Then Review) mode. I just committed the changes as r1734412: https://svn.apache.org/viewvc?view=revision=1734412 -- Fabien.

Re: Add ?? mod_proxy_http2 for NetWare build - Take 3 - Very close now!

2016-03-10 Thread Stefan Eissing
Applied in r1734372. -Stefan > Am 09.03.2016 um 23:44 schrieb NormW : > > G/M > Thanks Stefan for all the help so far. > A build of httpd-trunk this morning shows the followning tweaks are still > required: > > - The additional exports in the two NWGNU files are for recent