Re: "Upgrade: h2" header for HTTP/1.1 via TLS (Bug 59311)

2016-06-15 Thread Jacob Champion
On 06/15/2016 01:32 PM, William A Rowe Jr wrote: It seems to me that we -can- implement Connection: Upgrade Upgrade: h2 on a plaintext connection, which is simply shorthand for Upgrade: TLS/1.x, HTTP/2 where the TLS connection *must* handshake with the ALPN token 'h2' (the 102 Switching Protocols

Re: "Upgrade: h2" header for HTTP/1.1 via TLS (Bug 59311)

2016-06-15 Thread William A Rowe Jr
Rather than put statements into Roy's mouth... here are the relevant posts which were not disputed; https://lists.w3.org/Archives/Public/ietf-http-wg/2016AprJun/0152.html https://lists.w3.org/Archives/Public/ietf-http-wg/2016AprJun/0169.html It seems to me that we -can- implement Connection: Upgr

Re: Fwd: svn commit: r1748461 - in /httpd/httpd/branches/2.2.x: ./ CHANGES support/ab.c

2016-06-15 Thread William A Rowe Jr
Good point. On Jun 15, 2016 2:35 PM, "Gregg Smith" wrote: > On 6/15/2016 9:20 AM, William A Rowe Jr wrote: > >> In building httpd.exe, some users don't build and install openssl. It >> isn't >> going >> to be possible to simply #include without some >> conditional >> test. OpenSSL itself is part

Re: Fwd: svn commit: r1748461 - in /httpd/httpd/branches/2.2.x: ./ CHANGES support/ab.c

2016-06-15 Thread Gregg Smith
On 6/15/2016 9:20 AM, William A Rowe Jr wrote: In building httpd.exe, some users don't build and install openssl. It isn't going to be possible to simply #include without some conditional test. OpenSSL itself is partly the culprit, for not having an APPLINK_REQUIRED style macro conditional. But

RE: Module Development - Advice Needed

2016-06-15 Thread Van Ulden, Joost (NRCan/RNCan)
Thanks everyone for your input. We have created a GitHub repo for the module work here: https://github.com/Maps4HTML/mod_mapml We will continue to develop and support the servlet until the module has been developed, tested, and made available. Pursuing this as part of the core httpd package di

RE: Module Development - Advice Needed

2016-06-15 Thread Van Ulden, Joost (NRCan/RNCan)
Thanks everyone for your input. We have created a GitHub repo for the module work here: https://github.com/Maps4HTML/mod_mapml We will continue to develop and support the servlet until the module has been developed, tested, and made available. Pursuing this as part of the core httpd package di

Fwd: svn commit: r1748461 - in /httpd/httpd/branches/2.2.x: ./ CHANGES support/ab.c

2016-06-15 Thread William A Rowe Jr
Steffen, thanks for the confirmation about SPKI (although why Windows users persist in using mod_php over the php-fcgi sapi is beyond me... sigh). Note that your hack only works when mod_php and those extensions are built with the same clib as httpd.exe. I am concerned that some of the functions f

Re: svn commit: r1748327 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS server/config.c server/core.c server/main.c

2016-06-15 Thread Jacob Champion
On 06/14/2016 11:19 PM, Christophe JAILLET wrote: this worse a doc update somewhere. Is there a page where such parameters are described? I've only found [1], but expected a more comprehensive list. I wasn't able to find anything either, except for the -h output for httpd, which is still missi

Re: svn commit: r1748461 - in /httpd/httpd/branches/2.2.x: ./ CHANGES support/ab.c

2016-06-15 Thread Gregg Smith
On 6/14/2016 6:33 PM, William A Rowe Jr wrote: Gregg, if you would vet the patch as applied to trunk/2.4/2.2, I'd appreciate it. On Jun 14, 2016 3:37 PM, wrote: I built 2.4 and 2.2 in VC14 and tested with VC11 Openssl dlls. Being down a machine (with all VC runtimes from 9-14 installed) and sho

Re: h2_proxy_util.c, is this going make 2.4.21?

2016-06-15 Thread Jim Jagielski
Thx! I'll plan on T&R tomorrow w/ a release on Monday. > On Jun 15, 2016, at 5:57 AM, Steffen wrote: > > > Running now 2.4.21-dev pulled today (wednesday), exported revision 1748510. > > > So far all good. > > > > > > > On Wednesday 15/06/2016 at 01:11, Gregg Smith wrote: >> Hi Steff

Re: h2_proxy_util.c, is this going make 2.4.21?

2016-06-15 Thread Steffen
Running now 2.4.21-dev pulled today (wednesday), exported revision 1748510. So far all good. On Wednesday 15/06/2016 at 01:11, Gregg Smith wrote: Hi Steffen, Attached is a svn pull from about 1 hour after I committed my changes. No need to wait for tag if you would rather get a jum

Re: svn commit: r1748461 - in /httpd/httpd/branches/2.2.x: ./ CHANGES support/ab.c

2016-06-15 Thread Steffen