On Fri, Oct 30, 2015 at 5:23 PM, Greenberg, Adam
wrote:
> Hi Bill (this is a resend to include the dev and user communities, per
> your instructions):
>
>
Replied over on users@ since this seems to be a using-the-API sort of
discussion.
Hi Bill (this is a resend to include the dev and user communities, per your
instructions):
Thanks very much for the prompt response. I believe we have covered all of the
steps you indicate below. Attached please find a tar file that contains a
simple C++ module and a makefile to build it.
Our
On Fri, Oct 30, 2015 at 4:04 PM, Plüm, Rüdiger, Vodafone Group
wrote:
>
>
>> -Ursprüngliche Nachricht-
>> Von: Yann Ylavic [mailto:ylavic@gmail.com]
>> Gesendet: Freitag, 30. Oktober 2015 15:40
>> An: dev@httpd.apache.org
>> Betreff: Re: svn commit: r1711479 - in /httpd/httpd/trunk/ser
> -Ursprüngliche Nachricht-
> Von: Yann Ylavic [mailto:ylavic@gmail.com]
> Gesendet: Freitag, 30. Oktober 2015 15:40
> An: dev@httpd.apache.org
> Betreff: Re: svn commit: r1711479 - in /httpd/httpd/trunk/server/mpm:
> event/event.c prefork/prefork.c worker/worker.c
>
> Hi Jan,
>
> O
Hi Jan,
On Fri, Oct 30, 2015 at 3:07 PM, wrote:
> Author: jkaluza
> Date: Fri Oct 30 14:07:28 2015
> New Revision: 1711479
>
> URL: http://svn.apache.org/viewvc?rev=1711479&view=rev
> Log:
> Fix crash in ap_mpm_pod_check call caused by NULL dereference of its parameter
> when starting httpd as s
Hi List,
The patch allows an HTTP client to send trailing headers to an origin
server through an httpd in the HTTP proxy mode.
It filters headers which are not declared in the Trailer header.
The patch is applicable to 2.4.16 and 2.4.17.
--
Daneel Yaitskov
diff --git a/modules/proxy/mod_prox