Re: BalancerMember and RFC1035 compliance - BalancerMember worker hostname (65-character.long.DNS.name.com) too long

2018-02-16 Thread Stefan Eissing
> Am 15.02.2018 um 20:42 schrieb William A Rowe Jr : > > On Thu, Feb 15, 2018 at 1:13 PM, Ruediger Pluem wrote: >> >> On 02/15/2018 07:26 PM, Jim Jagielski wrote: >>> It seems like some serious overhead to force a function call >>> for each and every

Re: svn commit: r1824303 - in /httpd/httpd/trunk: CHANGES server/protocol.c

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 12:40 PM, Ruediger Pluem wrote: > > On 02/16/2018 12:35 PM, Yann Ylavic wrote: >> >> Maybe it's used to eat/discard lines somewhere? > > This was also one of my thoughts. Hence the post here to gather feedback :-) Quite memory costly by the way for more

Re: svn commit: r1824303 - in /httpd/httpd/trunk: CHANGES server/protocol.c

2018-02-16 Thread Ruediger Pluem
On 02/16/2018 12:35 PM, Yann Ylavic wrote: > On Fri, Feb 16, 2018 at 10:57 AM, Ruediger Pluem wrote: >> >> On 02/15/2018 01:57 PM, yla...@apache.org wrote: >>> >>> Modified: httpd/httpd/trunk/server/protocol.c >>> URL: >>>

Re: Backporting 1823047 for 2.4.30 / 2.4.3x?

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 12:54 PM, Yann Ylavic wrote: > On Fri, Feb 16, 2018 at 11:47 AM, Christian Folini > wrote: >> >> We have just been told, that a regression affecting several production >> servers >> is fixed by >>

Re: svn commit: r1824460 - /httpd/httpd/trunk/modules/proxy/proxy_util.c

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 1:55 PM, wrote: > Author: minfrin > Date: Fri Feb 16 12:55:49 2018 > New Revision: 1824460 > > URL: http://svn.apache.org/viewvc?rev=1824460=rev > Log: > Tone down the message that worker hostname is too long noting it only > affects legacy modules not

Backporting 1823047 for 2.4.30 / 2.4.3x?

2018-02-16 Thread Christian Folini
Hello, You guys seem to be close to releasing 2.4.30, so this might be too late this time around. We have just been told, that a regression affecting several production servers is fixed by http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?r1=1822535=1823047_format=h#l1065

Re: svn commit: r1824339 - in /httpd/httpd/trunk: CHANGES include/ap_regex.h server/core.c server/util_pcre.c

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 10:50 AM, Ruediger Pluem wrote: > > > On 02/15/2018 06:53 PM, yla...@apache.org wrote: >> Author: ylavic >> Date: Thu Feb 15 17:53:24 2018 >> New Revision: 1824339 >> >> URL: http://svn.apache.org/viewvc?rev=1824339=rev >> Log: >> regex: Allow to

Re: svn commit: r1824303 - in /httpd/httpd/trunk: CHANGES server/protocol.c

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 10:57 AM, Ruediger Pluem wrote: > > On 02/15/2018 01:57 PM, yla...@apache.org wrote: >> >> Modified: httpd/httpd/trunk/server/protocol.c >> URL: >> http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=1824303=1824302=1824303=diff >>

Re: Backporting 1823047 for 2.4.30 / 2.4.3x?

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 11:47 AM, Christian Folini wrote: > > We have just been told, that a regression affecting several production servers > is fixed by > http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?r1=1822535=1823047_format=h#l1065 Are

Re: svn commit: r1824457 - /httpd/httpd/trunk/include/ap_mmn.h

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 1:44 PM, wrote: > Author: minfrin > Date: Fri Feb 16 12:44:57 2018 > New Revision: 1824457 > > URL: http://svn.apache.org/viewvc?rev=1824457=rev > Log: > MMN bump for hostname_ex in proxy_worker_shared. If you plan to update the backport proposal

Re: svn commit: r1824339 - in /httpd/httpd/trunk: CHANGES include/ap_regex.h server/core.c server/util_pcre.c

2018-02-16 Thread Ruediger Pluem
On 02/15/2018 06:53 PM, yla...@apache.org wrote: > Author: ylavic > Date: Thu Feb 15 17:53:24 2018 > New Revision: 1824339 > > URL: http://svn.apache.org/viewvc?rev=1824339=rev > Log: > regex: Allow to configure global/default options for regexes. > > Like caseless matching or extended format,

Re: svn commit: r1824303 - in /httpd/httpd/trunk: CHANGES server/protocol.c

2018-02-16 Thread Ruediger Pluem
On 02/15/2018 01:57 PM, yla...@apache.org wrote: > Author: ylavic > Date: Thu Feb 15 12:57:14 2018 > New Revision: 1824303 > > URL: http://svn.apache.org/viewvc?rev=1824303=rev > Log: > core: Ensure that ap_*getline*() return NUL terminated lines on any error. > > This was done only on buffer

Re: svn commit: r1824533 - /httpd/httpd/branches/2.4.x/STATUS

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 5:47 PM, wrote: > > ylavic: not easier/harder than now I suppose (worker/event fqueues are > private). > maybe make them public in trunk only, so that we have more time > to > discuss the API (if needed). > +

Re: svn commit: r1824465 - /httpd/httpd/patches/2.4.x/mod_ssl_policy.diff

2018-02-16 Thread Yann Ylavic
Hi Stefan, On Fri, Feb 16, 2018 at 2:05 PM, wrote: > Author: icing > Date: Fri Feb 16 13:05:27 2018 > New Revision: 1824465 > > URL: http://svn.apache.org/viewvc?rev=1824465=rev > Log: > sslpolicy patch for 2.4.x Quick incomplete/review, two question... There seems to be

Re: svn commit: r1824496 - /httpd/httpd/branches/2.4.x/STATUS

2018-02-16 Thread Yann Ylavic
On Fri, Feb 16, 2018 at 3:24 PM, wrote: > > 2.4.x patch: svn merge ^/httpd/httpd/branches/2.4.x-mpm_fdqueue . > > (http://home.apache.org/~ylavic/patches/httpd-2.4.x-mpm_fdqueue.patch) > - +1: ylavic > + +1: ylavic, minfrin (with mmn bump for