Process Initialization State - The finer points?

2008-11-30 Thread Olov Andersson
Hello. I am converting an Apache 1.3 one-thread-per-process module to an Apache2 worker multi-thread multi-process environment. I need to retain some internal connections between outside client connections. To do this in the most efficient manner seems to be using an apr_reslist per *process*

Handling AP_FILTER_ERROR

2008-11-30 Thread Nick Kew
There's a proposal in STATUS to fix a bug which causes a filter error manifesting in AP_FILTER_ERROR to be treated as an error in the content generator. There's a deeper and nastier bug underlying this: filter functions are defined as returning apr_status_t, but commonly return int. Practice is

Re: Handling AP_FILTER_ERROR

2008-11-30 Thread Eric Covener
On Sun, Nov 30, 2008 at 5:20 PM, Nick Kew [EMAIL PROTECTED] wrote: In practice, the proposed fix looks good, and I want to vote +1. I'm just a little concerned over whether we're in danger of an infinite loop if we feed an AP_FILTER_ERROR into ap_http_header_filter. The filter will just

Re: Handling AP_FILTER_ERROR

2008-11-30 Thread Nick Kew
On Sun, 30 Nov 2008 18:22:39 -0500 Eric Covener [EMAIL PROTECTED] wrote: On Sun, Nov 30, 2008 at 5:20 PM, Nick Kew [EMAIL PROTECTED] wrote: In practice, the proposed fix looks good, and I want to vote +1. I'm just a little concerned over whether we're in danger of an infinite loop if we

New features in 2.3/2.4

2008-11-30 Thread Paul Querna
http://httpd.apache.org/docs/trunk/new_features_2_4.html I'll try to take a swing at adding more to it later this week, but if anyone has spare time and feels like adding more... that would be very helpful... Thanks, Paul

Bug report for Apache httpd-1.3 [2008/11/30]

2008-11-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned