Re: [VOTE] Release Apache HTTP Server 2.2.9

2008-06-12 Thread Paul Querna
Jim Jagielski wrote: Test tarballs for Apache httpd 2.2.9 are available at: http://httpd.apache.org/dev/dist/ Your votes please; +/-1 [+1] Release httpd-2.2.9 as GA +1 from me. Upgraded {eos,aurora}.apache.org to 2.2.9 w/ the bundled APR: http://eos.apache.org/server-status

Re: [patch] Add IPV6 'specials' flag to mod_rewrite - try 2

2008-06-12 Thread André Malo
* Ryan Phillips wrote: Ryan Phillips [EMAIL PROTECTED] said: Jeff Trawick [EMAIL PROTECTED] said: On Mon, Jun 9, 2008 at 9:19 PM, Ryan Phillips [EMAIL PROTECTED] wrote: Ryan Phillips [EMAIL PROTECTED] said: So I needed to create some mod_rewrite rules only for IPv6 when httpd

Re: Virtualhost _default_:nnnn in test framework

2008-06-12 Thread Rainer Jung
Hi Nick, Nick Kew wrote: Line 367 in t/conf/httpd.conf reads: VirtualHost _default_:8530 This causes a failure on Solaris, with Could not resolve address '255.255.255.255' -- check resolver configuration. The same thing happens in various other places in the test suite's config. The

Re: Virtualhost _default_:nnnn in test framework

2008-06-12 Thread Jim Jagielski
On Jun 11, 2008, at 5:33 PM, Nick Kew wrote: Line 367 in t/conf/httpd.conf reads: VirtualHost _default_:8530 This causes a failure on Solaris, with Could not resolve address '255.255.255.255' -- check resolver configuration. The same thing happens in various other places in the test

Re: [VOTE] Release Apache HTTP Server 2.2.9

2008-06-12 Thread Nick Kew
On Tue, 10 Jun 2008 20:50:50 -0400 Jim Jagielski [EMAIL PROTECTED] wrote: Test tarballs for Apache httpd 2.2.9 are available at: http://httpd.apache.org/dev/dist/ Your votes please; Successfully installed and tested on Solaris, Linux, and OSX. The coadvisor suite shows three new

Re: [VOTE] Release Apache HTTP Server 2.2.9

2008-06-12 Thread Tom Donovan
APR 1.3 will require a code change in Windows modules which launch FastCGI programs using apr_proc_create. They will need to use the new APR_NO_FILE attribute. This doesn't affect any other platforms AFAIK. e.g. apr_procattr_io_set(attr, NULL, APR_NO_FILE, APR_NO_FILE); This was

Re: [patch] Add IPV6 'specials' flag to mod_rewrite - try 2

2008-06-12 Thread Ryan Phillips
Andr? Malo [EMAIL PROTECTED] said: * Ryan Phillips wrote: Ryan Phillips [EMAIL PROTECTED] said: Jeff Trawick [EMAIL PROTECTED] said: On Mon, Jun 9, 2008 at 9:19 PM, Ryan Phillips [EMAIL PROTECTED] wrote: Ryan Phillips [EMAIL PROTECTED] said: So I needed to create some

Re: [VOTE] Release Apache HTTP Server 2.2.9

2008-06-12 Thread William A. Rowe, Jr.
Tom Donovan wrote: APR 1.3 will require a code change in Windows modules which launch FastCGI programs using apr_proc_create. They will need to use the new APR_NO_FILE attribute. This doesn't affect any other platforms AFAIK. The trouble is that there are other side effects of using

Re: [VOTE] Release Apache HTTP Server 2.2.9

2008-06-12 Thread Jim Jagielski
On Jun 12, 2008, at 12:41 PM, William A. Rowe, Jr. wrote: We would also place this .patch in patches/apply-to-2.2.9/ for clarity. +1

Re: [VOTE] Release Apache HTTP Server 2.2.9

2008-06-12 Thread Steffen
Builds fine on Windows and successfully installed and tested. Runs with all popular modules, except mod_fcgid needed a patch (see post from Tom). After ASF releases 2.2.9 we make a mod-fcgid for 2.2.9 available. Steffen - Original Message - From: Jim Jagielski [EMAIL PROTECTED] To:

Re: [VOTE] Release Apache HTTP Server 2.2.9

2008-06-12 Thread Niklas Edmundsson
On Tue, 10 Jun 2008, Jim Jagielski wrote: [+1] Release httpd-2.2.9 as GA Works OK on Ubuntu 8.04 'Hardy' x86 32bit (Linux 2.6.24-18-server on dual socket Pentium4), it's one of the ftp.acc.umu.se offloaders so it's getting production load without falling on its head or corrupting files.

To folks rolling httpd 2.2.9 tests

2008-06-12 Thread William A. Rowe, Jr.
you have a chance to get any corrective patches into APR by tomorrow morning, by midday I'll be tagging and rolling a new apr 1.3.1 candidate. Obviously this won't be in the released 2.2.9, but is a way for us to get platform fixes out there in the wild. So please get any patches to apr trunk

Connection filter for forward proxy

2008-06-12 Thread Peter Belau
I am trying to write what I assume will be a connection filter for use with mod_proxy in forward proxy mode. I would like the filter to be able to selectively chain proxy requests, kind of like ProxyRemote except with far more granular control. Can someone give me an idea of where I should

Re: Connection filter for forward proxy

2008-06-12 Thread Eric Covener
On Thu, Jun 12, 2008 at 10:47 PM, Peter Belau [EMAIL PROTECTED] wrote: I am trying to write what I assume will be a connection filter for use with mod_proxy in forward proxy mode. I would like the filter to be able to selectively chain proxy requests, kind of like ProxyRemote except with far

Re: Connection filter for forward proxy

2008-06-12 Thread Peter Belau
This may be a silly question but how would I go about giving mod_proxy some knowledge about another module which it should call if the module is installed ? Obviously, I understand how I could hack mod_proxy itself in order to tweak the selection but I do not understand how mod_proxy could: