Re: AP_FILTER_ERROR and error documents

2014-01-21 Thread Eric Covener
On Tue, Jan 21, 2014 at 7:41 PM, Eric Covener wrote: > On Tue, Jan 21, 2014 at 9:25 AM, Yann Ylavic wrote: >> On Tue, Jan 21, 2014 at 2:02 PM, Eric Covener wrote: >>> https://issues.apache.org/bugzilla/show_bug.cgi?id=56035 >>> >>> I think it would simplify a lot of this if we said that any filt

Re: AP_FILTER_ERROR and error documents

2014-01-21 Thread Eric Covener
On Tue, Jan 21, 2014 at 9:25 AM, Yann Ylavic wrote: > On Tue, Jan 21, 2014 at 2:02 PM, Eric Covener wrote: >> https://issues.apache.org/bugzilla/show_bug.cgi?id=56035 >> >> I think it would simplify a lot of this if we said that any filter >> that returns AP_FILTER_ERROR should also put an error

Re: ApacheCon 2014 question

2014-01-21 Thread Eric Covener
This wiki topic has been opened up to all registered users (I think). Please sign up if you're going to be around, and check back for specifics before the conference [maybe?] On Thu, Jan 16, 2014 at 7:23 PM, Ben Reser wrote: > On 1/16/14, 10:07 AM, Eric Covener wrote: >> Me. I modified this exis

UDS support for mod_rewrite

2014-01-21 Thread Jim Jagielski
FWIW, I'm looking into adding UDS support for mod_rewrite (et.al.) by making the generic default reverse proxy worker UDS aware.

Re: ApacheCon talk topic suggestions

2014-01-21 Thread Rich Bowen
On 01/21/2014 12:54 PM, Jeff Trawick wrote: Once I get un-blacklisted (!) by LF I'll propose a couple of talks :( (Either the e-mail "traw...@gmail.com " or both ids "trawick" and "jefftrawick" are blacklisted and the error message gives a bogus contact point for tr

Re: ApacheCon talk topic suggestions

2014-01-21 Thread Daniel Gruno
On 01/21/2014 06:54 PM, Jeff Trawick wrote: > On Tue, Jan 21, 2014 at 12:46 PM, Rich Bowen > wrote: > > I think that any of the following topics could make for a good talk > at ApacheCon: > > * mod_lua > * the new expression eval stuff > * access co

Re: ApacheCon talk topic suggestions

2014-01-21 Thread Jeff Trawick
On Tue, Jan 21, 2014 at 12:46 PM, Rich Bowen wrote: > I think that any of the following topics could make for a good talk at > ApacheCon: > > * mod_lua > * the new expression eval stuff > * access control, including new syntax > * mod_macro and related "scriptable" configuration thingies > * all

ApacheCon talk topic suggestions

2014-01-21 Thread Rich Bowen
I think that any of the following topics could make for a good talk at ApacheCon: * mod_lua * the new expression eval stuff * access control, including new syntax * mod_macro and related "scriptable" configuration thingies * all of the new/improved proxy stuff * mod_ssl improvements * FCGI I me

Re: ApacheCon 2014 question

2014-01-21 Thread Rich Bowen
On 01/16/2014 11:22 AM, Mike Rumph wrote: Hello all, I am trying to plan a trip to the ApacheCon 2014, April 7-9. And I was wondering if there are any plans for Apache httpd project specific events (such as hackathons or developer days) before or after these dates? There will be a general

Re: Looking to T&R 2.4.8 in Feb...

2014-01-21 Thread Daniel Ruggeri
FYI, I also floated a few patches here that apply directly to 2.4.6 which includes the (many) proposed 2.4.7 patches. -- Daniel Ruggeri On 1/21/2014 8:27 AM, Yann Ylavic wrote: > Hi, > > please have a look at > https://issues.apache.org/bugzilla/show_bug.cgi?id=54101#c19 where a > patch is availa

Re: Looking to T&R 2.4.8 in Feb...

2014-01-21 Thread Yann Ylavic
Hi, please have a look at https://issues.apache.org/bugzilla/show_bug.cgi?id=54101#c19 where a patch is available against 2.4.7 (or 2.4.x). This is the same as the original http://people.apache.org/~jim/patches/uds-2.4.patch (proposed but not integrated into 2.4.7), but this one applies with no e

Re: AP_FILTER_ERROR and error documents

2014-01-21 Thread Yann Ylavic
On Tue, Jan 21, 2014 at 2:02 PM, Eric Covener wrote: > https://issues.apache.org/bugzilla/show_bug.cgi?id=56035 > > I think it would simplify a lot of this if we said that any filter > that returns AP_FILTER_ERROR should also put an error bucket on the > output, allowing us to skip calling ap_die

Re: Looking to T&R 2.4.8 in Feb...

2014-01-21 Thread Yonah Russ
Hi, We're really interested in getting the UDS support in 2.4.8. If someone could put together a tarball for us to test, we would be happy to do so. Thanks, Yonah On Mon, Jan 6, 2014 at 8:17 PM, Daniel Ruggeri wrote: > On 1/6/2014 11:58 AM, Jim Jagielski wrote: > > nuff said :) > > One more v

AP_FILTER_ERROR and error documents

2014-01-21 Thread Eric Covener
https://issues.apache.org/bugzilla/show_bug.cgi?id=56035 I think it would simplify a lot of this if we said that any filter that returns AP_FILTER_ERROR should also put an error bucket on the output, allowing us to skip calling ap_die after ap_invoke_handler(). This seems to be how the in-tree on