Re: 2.4.17-protocols-http2/ - SNI issue

2015-09-16 Thread Stefan Eissing
Good point. Limited online today. If someone wants to give this a shot, please. > Am 16.09.2015 um 11:36 schrieb Yann Ylavic : > > On Wed, Sep 16, 2015 at 11:24 AM, Plüm, Rüdiger, Vodafone Group > wrote: >> >>> -Original Message- >>>

RE: 2.4.17-protocols-http2/ - SNI issue

2015-09-16 Thread Plüm , Rüdiger , Vodafone Group
> -Original Message- > From: Steffen > Sent: Mittwoch, 16. September 2015 11:14 > To: dev@httpd.apache.org > Subject: 2.4.17-protocols-http2/ - SNI issue > > > Build under Windows /httpd/httpd/branches/2.4.17-protocols-http2 > (Revision: 1703138) with nghttp2 v1.3.1 > > Was building

Re: 2.4.17-protocols-http2/ - SNI issue

2015-09-16 Thread Yann Ylavic
On Wed, Sep 16, 2015 at 11:24 AM, Plüm, Rüdiger, Vodafone Group wrote: > >> -Original Message- >> From: Steffen >> Sent: Mittwoch, 16. September 2015 11:14 >> To: dev@httpd.apache.org >> Subject: 2.4.17-protocols-http2/ - SNI issue [] >> >> [ssl:error] [pid

2.4.17-protocols-http2/ - SNI issue

2015-09-16 Thread Steffen
Build under Windows /httpd/httpd/branches/2.4.17-protocols-http2 (Revision: 1703138) with nghttp2 v1.3.1 Was building fine, but running no go. Using latest Chrome browser to test. Using exact the same config as with 2.4.16, only added in server config: LoadModule h2_module

RE: 2.4.17-protocols-http2/ - SNI issue

2015-09-16 Thread Plüm , Rüdiger , Vodafone Group
> -Original Message- > From: Stefan Eissing [mailto:stefan.eiss...@greenbytes.de] > Sent: Mittwoch, 16. September 2015 11:38 > To: dev@httpd.apache.org > Subject: Re: 2.4.17-protocols-http2/ - SNI issue > > Good point. Limited online today. If someone wants to give this a shot, >

Re: 2.4.17-protocols-http2/ - SNI issue

2015-09-16 Thread Yann Ylavic
On Wed, Sep 16, 2015 at 12:04 PM, Plüm, Rüdiger, Vodafone Group wrote: > >> > Am 16.09.2015 um 11:36 schrieb Yann Ylavic : >> > >> > ISTM that the test should be: >> >if (strcasecmp(host, servername) >> >||

Re: 2.4.17-protocols-http2/ - SNI issue

2015-09-16 Thread Ruediger Pluem
On 09/16/2015 12:16 PM, Yann Ylavic wrote: > On Wed, Sep 16, 2015 at 12:04 PM, Plüm, Rüdiger, Vodafone Group > wrote: >> Am 16.09.2015 um 11:36 schrieb Yann Ylavic : ISTM that the test should be: if

Re: svn commit: r1703415 - in /httpd/test/framework/trunk/c-modules: authany/mod_authany.c test_session/mod_test_session.c

2015-09-16 Thread Jim Jagielski
All this is due to changes mode with the mainter-mode and which causes build stop error and stop for these kinds of warnings. These are simple 'squash warning' patches. > On Sep 16, 2015, at 10:50 AM, Greg Stein wrote: > > On Wed, Sep 16, 2015 at 9:18 AM,

Re: svn commit: r1703415 - in /httpd/test/framework/trunk/c-modules: authany/mod_authany.c test_session/mod_test_session.c

2015-09-16 Thread Greg Stein
On Wed, Sep 16, 2015 at 9:18 AM, wrote: > Author: jim > Date: Wed Sep 16 14:18:49 2015 > New Revision: 1703415 > >... > Modified: > httpd/test/framework/trunk/c-modules/test_session/mod_test_session.c > URL: >

Re: nghttp2 warning - what is this?

2015-09-16 Thread Stefan Eissing
Hi, if you enable all modules, it will enable mod_h2 and that one needs libnghttp2. The warning could be better, if this is missing, admittedly I just copied and modified mod_ssl's test for openssl. //Stefan > Am 16.09.2015 um 17:51 schrieb Michael Felt : > > Hello all,

Re: svn commit: r1703415 - in /httpd/test/framework/trunk/c-modules: authany/mod_authany.c test_session/mod_test_session.c

2015-09-16 Thread Greg Stein
Yeah... I do like -Werror, so that forces a clean build, so that *real* warnings don't get buried in a bunch of useless warnings. On Wed, Sep 16, 2015 at 10:08 AM, Jim Jagielski wrote: > All this is due to changes mode with the mainter-mode and > which causes build stop error

nghttp2 warning - what is this?

2015-09-16 Thread Michael Felt
Hello all, I have been ignoring building httpd-2.5.x and thought it was about time to start taking notice. And I see a bunch of new messages - one of which may be a drift in time between my AIX server and the NFS server I keep all the files on. But the first WARNING I saw was from nghttp2 -

Re: nghttp2 warning - what is this?

2015-09-16 Thread Michael Felt
well, just built it again, with --enable-maintainer-mode added, so now have: It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --enable-layout=AIX --with-apr=/opt/bin/apr-1-config --with-apr-util=/opt/bin/apu-1-config

Re: svn commit: r1703415 - in /httpd/test/framework/trunk/c-modules: authany/mod_authany.c test_session/mod_test_session.c

2015-09-16 Thread Yann Ylavic
On Wed, Sep 16, 2015 at 5:08 PM, Jim Jagielski wrote: > All this is due to changes mode with the mainter-mode and > which causes build stop error and stop for these kinds > of warnings. These are simple 'squash warning' patches. Since the stack may be corrupted on 32bit systems

Re: nghttp2 warning - what is this?

2015-09-16 Thread Michael Felt
well, correction on building nghttp. Seems it only expects to work in a GNU rte and I do not have the time to verify an environment that will support "POSIX" and GNU requirements. My experience is "small", i.e., not saying it cannot be done - but anytime I have tried to build a library that