> 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
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
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
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
> 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
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_