Re: ab issues (just on macOS?)

2018-04-09 Thread Daniel Ruggeri
That's interesting. Does your machine bind on both IPv6 and IPv4? I would assume just v4 and you have a localhost as ::1 in your hosts file. Is that the case? -- Daniel Ruggeri On April 9, 2018 4:43:42 PM CDT, Jim Jagielski wrote: >OK... if I change the test to use 127.0.0.1 instead of localho

Re: ab issues (just on macOS?)

2018-04-09 Thread Jim Jagielski
OK... if I change the test to use 127.0.0.1 instead of localhost, all is well. So I'm guessing it is an IPv6 issue... ?

Re: [Bug 61860] Headers duplication when 416 status code occurs

2018-04-09 Thread Luca Toscano
Hi everybody, 2018-04-05 7:59 GMT+02:00 : > https://bz.apache.org/bugzilla/show_bug.cgi?id=61860 > > --- Comment #4 from Luca Toscano --- > Ok now I think I know what's happening (and I got what Eric was trying to > suggest). One of the things that ap_send_error_response does is running > ap_run

Re: ab issues (just on macOS?)

2018-04-09 Thread Jim Jagielski
No problem w/ the script: /opt/perl5/bin/perl ./scr.pl Result was Hello there > On Apr 9, 2018, at 2:14 PM, Daniel Ruggeri wrote: > > use strict; > use IPC::Open3; > use Symbol; > > my $results = run_and_gather_output("echo 'Hello there'"); > print "Result was " . join("", @{$results->{stdout

Re: ab issues (just on macOS?)

2018-04-09 Thread Daniel Ruggeri
On 2018-04-09 11:00, Jim Jagielski wrote: Anyone else seeing issues w/ the Perl test framework's ab test... t/ab/base.t .. 1..5 # Running under perl version 5.020003 for darwin # Current time local: Mon Apr 9 11:59:20 2018 # Current time GMT: Mon Apr 9 15:59:20 2018 # Using Test.pm version 1

Re: buildbot success in on httpd-trunk

2018-04-09 Thread Rainer Jung
Hi Steffen, are the below errors you reported from building trunk or from building 2.4? Your mail subject was "Re: buildbot success in on httpd-trunk" so I thought trunk but after trying for quite some time couldn't find any reason for problems there. Your second email makes me wonder whether

Re: TLSv1.3

2018-04-09 Thread Gregg Smith
Fashionably late to the party but I've built it on Windows and it works for me on FF Nightly. Thanks Stefan for getting tls1.3 in and working. Cheers On 4/4/2018 4:24 AM, Stefan Eissing wrote: Thanks for the tip. Unfortunately, my FF 58.0.2 and 59.0.2 still keeps doing TLSv1.2 while the Night

ab issues (just on macOS?)

2018-04-09 Thread Jim Jagielski
Anyone else seeing issues w/ the Perl test framework's ab test... t/ab/base.t .. 1..5 # Running under perl version 5.020003 for darwin # Current time local: Mon Apr 9 11:59:20 2018 # Current time GMT: Mon Apr 9 15:59:20 2018 # Using Test.pm version 1.26 # Using Apache/Test.pm version 1.41 # #

Re: buildbot success in on httpd-trunk

2018-04-09 Thread Steffen
Looks cannot build without other sources from trunk, like maybe ap_mmn.h util_filter.h core_filters.c request.c util_filter.c Can we have a patch for 2.4 ? On Monday 09/04/2018 at 16:37, Steffen wrote: Current trunk still does not build mod_ssl on windows: Got: ssl_engine_io.obj : er

Re: buildbot success in on httpd-trunk

2018-04-09 Thread Steffen
Current trunk still does not build mod_ssl on windows: Got: ssl_engine_io.obj : error LNK2019: unresolved external symbol _ap_filter_reinstate_brigade referenced in function _ssl_io_filter_output ssl_engine_io.obj : error LNK2019: unresolved external symbol _ap_filter_should_yield referenced

buildbot success in on httpd-trunk

2018-04-09 Thread buildbot
The Buildbot has detected a restored build on builder httpd-trunk while building . Full details are available at: https://ci.apache.org/builders/httpd-trunk/builds/1995 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave6_ubuntu Build Reason: The AnyBranchScheduler sche

buildbot failure in on httpd-trunk

2018-04-09 Thread buildbot
The Buildbot has detected a new failure on builder httpd-trunk while building . Full details are available at: https://ci.apache.org/builders/httpd-trunk/builds/1994 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave6_ubuntu Build Reason: The AnyBranchScheduler schedul

Re: svn commit: r1811831 - /httpd/httpd/trunk/server/util_script.c

2018-04-09 Thread Joe Orton
On Thu, Apr 05, 2018 at 01:38:05PM +0200, Yann Ylavic wrote: > On Wed, Oct 11, 2017 at 4:48 PM, wrote: > > Author: jorton > > Date: Wed Oct 11 14:48:55 2017 > > New Revision: 1811831 > > > > URL: http://svn.apache.org/viewvc?rev=1811831&view=rev > > Log: > > * server/util_script.c (ap_add_common_

Re: svn commit: r1828670 - in /httpd/httpd/branches/2.4.x: ./ CHANGES CMakeLists.txt

2018-04-09 Thread Stefan Eissing
I feel we have more build systems than active committers. > Am 09.04.2018 um 09:39 schrieb Rainer Jung : > > NP, that was an easy one. Thanks for the useful feature :) > > I did not try to fix the missing mod_md build. I'm hoping for someone more > cmake-aware to fix it ... > > Regards, > > R

Re: svn commit: r1828670 - in /httpd/httpd/branches/2.4.x: ./ CHANGES CMakeLists.txt

2018-04-09 Thread Rainer Jung
NP, that was an easy one. Thanks for the useful feature :) I did not try to fix the missing mod_md build. I'm hoping for someone more cmake-aware to fix it ... Regards, Rainer

Re: svn commit: r1828670 - in /httpd/httpd/branches/2.4.x: ./ CHANGES CMakeLists.txt

2018-04-09 Thread ste...@eissing.org
Thanks, Rainer. > Am 09.04.2018 um 09:30 schrieb rj...@apache.org: > > Author: rjung > Date: Mon Apr 9 07:30:11 2018 > New Revision: 1828670 > > URL: http://svn.apache.org/viewvc?rev=1828670&view=rev > Log: > mod_ssl: Fix cmake-based build. > > modules/md/mod_md.h is now a new public API > als