Re: TLSv1.3 supprt for 2.4.x?

2018-09-06 Thread Stefan Eissing
> Am 05.09.2018 um 18:52 schrieb William A Rowe Jr : > > On Wed, Sep 5, 2018 at 10:52 AM, Dennis Clarke wrote: > On 09/05/2018 07:36 AM, Stefan Eissing wrote: > A member of the OpenSSL project gave me a "go ahead" and we now have branch: > > https://svn.apache.org/repos/asf/httpd/httpd/branch

Re: Rationale on my latest util_filter changes

2018-09-06 Thread Stefan Eissing
I like this work a lot and als like reading this explanation and details about intentions and rabbit holes encountered. I think there could be more of it from everyone, including myself. About these changes in particular: making io handling more and easier async is excellent. I'd like to use that

Re: svn commit: r1838055 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/core.xml include/http_core.h include/http_vhost.h server/core.c server/protocol.c server/vhost.c

2018-09-06 Thread Eric Covener
Today I learned that ServerAlias is not permitted in global scope. while writing tests in a different framework for $bigco. I would like to allow them in trunk. They are normally not needed as aliases are really only a way to pick the best NVH from a set of virtual host sharing an TCP address spe

Re: svn commit: r1838055 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/core.xml include/http_core.h include/http_vhost.h server/core.c server/protocol.c server/vhost.c

2018-09-06 Thread Eric Covener
On Thu, Sep 6, 2018 at 10:16 AM Eric Covener wrote: > > Today I learned that ServerAlias is not permitted in global scope. > while writing tests in a different framework for $bigco. > > I would like to allow them in trunk. They are normally not needed as > aliases are really only a way to pick th

Re: svn commit: r1838055 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/core.xml include/http_core.h include/http_vhost.h server/core.c server/protocol.c server/vhost.c

2018-09-06 Thread Stefan Eissing
> Am 06.09.2018 um 16:21 schrieb Eric Covener : > > On Thu, Sep 6, 2018 at 10:16 AM Eric Covener wrote: >> >> Today I learned that ServerAlias is not permitted in global scope. >> while writing tests in a different framework for $bigco. >> >> I would like to allow them in trunk. They are nor

Re: svn commit: r1840265 - in /httpd/httpd/trunk: include/ap_mmn.h include/util_filter.h modules/http/http_request.c server/core_filters.c server/util_filter.c

2018-09-06 Thread William A Rowe Jr
er_private *priv > + * 20180906.1 (2.5.1-dev) Don't export ap_filter_recycle() anymore > */ > > #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */ > > #ifndef MODULE_MAGIC_NUMBER_MAJOR > -#define MODULE_MAGIC_NUMBER_MAJOR 20180905 > +#define MODULE_