Re: [VOTE] Release Apache httpd 2.4.28 as GA

2017-10-02 Thread William A Rowe Jr
On Thu, Sep 28, 2017 at 7:44 AM, Stefan Eissing
 wrote:
> Update: disregard the man behind the curtain - for now.
>
> I have the strangest effects on my main machine under native macOS 10.12.6, 
> which
> do not happen on my parallels ubuntu image and my laptop with macOS 10.13.0. 
> I tested
> with hyperthreading disabled to exclude the Intel *lake bugs, but it made no 
> difference.
>
> I will upgrade the machine over night to macOS 10.13.0 and check again 
> tomorrow if
> that had any effect.

Interesting. Any further word on this, or more comments that we might
help brainstorm?

> Regardless of all this, I managed to find an edge case assertion fail and 
> made a fix
> on trunk. If we go for 2.4.29, I'll propose that for inclusion. It is not a 
> regression to
> 2.4.27, so no veto from me on 2.4.28.

Thanks for that find and backport. I was wondering if this was related
to the report.

Which machines / os do you observe the load test asserts on?


Re: [VOTE] Release Apache httpd 2.4.28 as GA

2017-10-02 Thread Jim Jagielski
Leaving it open for another ~24 hours... I don't want
to go thru the process of "releasing" it if someone is
going to gripe after the fact.

FWIW: I'll be at Grace Hopper the rest of the week so
my online time will be sporadic.

> On Sep 30, 2017, at 4:23 PM, Jim Jagielski  wrote:
> 
> Can we discuss this on a sep thread. The question now is really
> whether 2.4.28 is DOA or not.
> 
> I'm not seeing any -1s... nor have I seen any more info related
> to the assert bug (but I admit I may have missed that)



Re: svn commit: r1810316 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy.html.en mod_proxy.xml

2017-10-02 Thread jean-frederic clere
On 10/02/2017 12:40 PM, Yann Ylavic wrote:
> On Mon, Oct 2, 2017 at 12:29 PM, Yann Ylavic  wrote:
>>
>> On Mon, Oct 2, 2017 at 11:18 AM,   wrote:
>>> Author: jfclere
>>> Date: Mon Oct  2 09:18:50 2017
>>> New Revision: 1810316
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1810316=rev
>>> Log:
>>> Add a warning for host starting with a letter.
>>> Fix for PR 61540.
>>
>> It's not exactly the host that must start with a letter, but the TLD.
>> For instance, "127.x34" is a valid host, but indeed "127" isn't (as a sole 
>> TLD).
> 
> Nevermind, I forgot the discussion we had (linked in the PR).
> The consensus was to document the current behaviour only, so be it ;)

Actually it is not starting with a letter that is the problem, it needs
to be a valid IP or a host/balancer name that contains at least a
letter... and if a balancer name it can't contain a ':'

Any proposal for a better wording?

Cheers

Jean-Frederic

> 
>>
>>
>> Regards,
>> Yann.
> 



buildbot success in on httpd-trunk

2017-10-02 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/1129

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave6_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'httpd-trunk-on-commit' 
triggered this build
Build Source Stamp: [branch httpd/httpd/trunk] 1810365
Blamelist: jim

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in on httpd-trunk

2017-10-02 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/1126

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_slave6_ubuntu

Build Reason: The AnyBranchScheduler scheduler named 'httpd-trunk-on-commit' 
triggered this build
Build Source Stamp: [branch httpd/httpd/trunk] 1810358
Blamelist: jfclere,jim

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





Re: svn commit: r1810316 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy.html.en mod_proxy.xml

2017-10-02 Thread Yann Ylavic
On Mon, Oct 2, 2017 at 12:29 PM, Yann Ylavic  wrote:
>
> On Mon, Oct 2, 2017 at 11:18 AM,   wrote:
>> Author: jfclere
>> Date: Mon Oct  2 09:18:50 2017
>> New Revision: 1810316
>>
>> URL: http://svn.apache.org/viewvc?rev=1810316=rev
>> Log:
>> Add a warning for host starting with a letter.
>> Fix for PR 61540.
>
> It's not exactly the host that must start with a letter, but the TLD.
> For instance, "127.x34" is a valid host, but indeed "127" isn't (as a sole 
> TLD).

Nevermind, I forgot the discussion we had (linked in the PR).
The consensus was to document the current behaviour only, so be it ;)

>
>
> Regards,
> Yann.


Re: svn commit: r1810316 - in /httpd/httpd/trunk/docs/manual/mod: mod_proxy.html.en mod_proxy.xml

2017-10-02 Thread Yann Ylavic
Hi Jean-Frédéric,

On Mon, Oct 2, 2017 at 11:18 AM,   wrote:
> Author: jfclere
> Date: Mon Oct  2 09:18:50 2017
> New Revision: 1810316
>
> URL: http://svn.apache.org/viewvc?rev=1810316=rev
> Log:
> Add a warning for host starting with a letter.
> Fix for PR 61540.

It's not exactly the host that must start with a letter, but the TLD.
For instance, "127.x34" is a valid host, but indeed "127" isn't (as a sole TLD).


Regards,
Yann.