Re: [Patch] non blocking writes in core

2013-11-21 Thread Joe Orton
On Tue, Nov 19, 2013 at 07:44:07PM +0200, Graham Leggett wrote: On 18 Nov 2013, at 1:24 PM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote: +rv = send_brigade_nonblocking(net-client_socket, bb, + (ctx-bytes_written), c); +

RE: [VOTE] Release Apache httpd 2.4.7 as GA

2013-11-21 Thread Falco Schwarz
[x] +1: Good to go - Versions used: apr-1.5.0, apr-util-1.5.3, openssl-1.0.1e, mod_fcgid-2.3.9, subversion-1.8.4 - builds with all modules (+ ssl, ldap, cache, proxy) - builds with all mpms as shared modules - built and tested on Ubuntu 13.10 - built and tested on SLES11 SP2+3

mod_headers partly ignored in case of non-200

2013-11-21 Thread Reindl Harald
VirtualHost IP_ADDR:443 IfModule mod_headers.c Header set Strict-Transport-Security max-age=31536000 /IfModule /VirtualHost in case of a 404 error all mod_headers defined headers are missing not only the ones defined inside VirtualHost * X-DNS-Prefetch-Control * X-Content-Type-Options *

Re: mod_headers partly ignored in case of non-200

2013-11-21 Thread Eric Covener
On Thu, Nov 21, 2013 at 6:13 AM, Reindl Harald h.rei...@thelounge.net wrote: VirtualHost IP_ADDR:443 IfModule mod_headers.c Header set Strict-Transport-Security max-age=31536000 /IfModule /VirtualHost in case of a 404 error all mod_headers defined headers are missing not only the ones

[RFC] StderrLog fname|none

2013-11-21 Thread Jeff Trawick
On Sun, Nov 17, 2013 at 5:20 AM, Stefan Fritsch s...@sfritsch.de wrote: Am Dienstag, 12. November 2013, 13:33:23 schrieb Jan Kaluža: I think LDAPLibraryDebug is one user of stderr going to the error log. As the logging is done by the ldap library, there is really no way to change it.

Re: [Patch] non blocking writes in core

2013-11-21 Thread Graham Leggett
On 21 Nov 2013, at 10:43 AM, Joe Orton jor...@redhat.com wrote: Those rules are written (explicitly) for resource-level filters. They would have to be a little different for CONNECTION level, e.g. EOS handling should probably be different... though I'm not sure how we'd write the rule.

RE: [Patch] non blocking writes in core

2013-11-21 Thread Plüm , Rüdiger , Vodafone Group
-Original Message- From: Graham Leggett [mailto:minf...@sharp.fm] Sent: Donnerstag, 21. November 2013 14:58 To: dev@httpd.apache.org Subject: Re: [Patch] non blocking writes in core On 21 Nov 2013, at 10:43 AM, Joe Orton jor...@redhat.com wrote: Those rules are written

Re: [VOTE] Release Apache httpd 2.4.7 as GA

2013-11-21 Thread Ben Reser
On 11/19/13 9:45 AM, Jim Jagielski wrote: I'm calling a VOTE on releasing these as Apache httpd 2.4.7 GA. [ ] +1: Good to go [ ] +0: meh [ ] -1: Danger Will Robinson. And why. +1: OS X 10.7.5 and Ubuntu 12.04: Subversion test suite passes with trunk, 1.8 and 1.7 using Subversion's HTTPv1

Re: [VOTE] Release Apache httpd 2.4.7 as GA

2013-11-21 Thread Noel Butler
On Tue, 2013-11-19 at 12:45 -0500, Jim Jagielski wrote: I'm calling a VOTE on releasing these as Apache httpd 2.4.7 GA. [ ] +1: Good to go [ ] +0: meh [ ] -1: Danger Will Robinson. And why. Vote will last the normal 72 hrs. +1 slackware 13.1 13.37 14.0 14.1 built w/ apr

Re: [Patch] non blocking writes in core

2013-11-21 Thread Graham Leggett
On 21 Nov 2013, at 4:50 PM, Plüm, Rüdiger, Vodafone Group ruediger.pl...@vodafone.com wrote: If this filter sets aside all stuff until eos (or a flush bucket) is seen it might cause a huge amount of memory consumption. So we possibly need some limit for memory consuming buckets which when

Re: [Patch] non blocking writes in core

2013-11-21 Thread Jim Jagielski
/me like :) On Nov 21, 2013, at 8:57 AM, Graham Leggett minf...@sharp.fm wrote: Given that the world must be given an opportunity to migrate to async filters, we would need to support both at the same time. What I am thinking is that a filter registers itself either as a legacy