[jira] Resolved: (MODPYTHON-121) The local/remote host tests fail for a virtual hosting system such as OpenVPS.

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-121?page=all ] Graham Dumpleton resolved MODPYTHON-121: Fix Version: 3.3 Resolution: Fixed The local/remote host tests fail for a virtual hosting system such as OpenVPS.

[jira] Resolved: (MODPYTHON-120) Connection handler test fails on virtual hosting system such as OpenVPS.

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-120?page=all ] Graham Dumpleton resolved MODPYTHON-120: Fix Version: 3.3 Resolution: Fixed Connection handler test fails on virtual hosting system such as OpenVPS.

[jira] Commented: (MODPYTHON-153) Add req.discard_request_body().

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-153?page=comments#action_12372824 ] Graham Dumpleton commented on MODPYTHON-153: Here is the prototype and documentation: /** * In HTTP/1.1, any method can have a body. However, most GET

GET request content and mod_python.publisher/psp.

2006-04-02 Thread Graham Dumpleton
I have just added to mod_python in subversion a req.discard_request_body() method. This is a direct wrapper for underlying ap_discard_request_body() function in C API. The purpose of the underlying function is as described in documentation attached to prorotype in headers. /** * In HTTP/1.1,

[jira] Resolved: (MODPYTHON-153) Add req.discard_request_body().

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-153?page=all ] Graham Dumpleton resolved MODPYTHON-153: Fix Version: 3.3 Resolution: Fixed New function added, but decision as to whether this function should be called by

[jira] Resolved: (MODPYTHON-68) Add a readable/writable req.script_name member.

2006-04-02 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-68?page=all ] Graham Dumpleton resolved MODPYTHON-68: --- Resolution: Won't Fix Idea of adding req.script_name was withdrawn, so close off issue. Add a readable/writable req.script_name member.

Re: [VOTE] Release 2.2.1 as GA

2006-04-02 Thread Steffen
On 2.2.0 (APR 1.2.2) it works ok. Using the same conf with 2.2.1 it gives the error, even the standard printenv.pl is the cgi-bin gives the error. Steffen - Original Message - From: William A. Rowe, Jr. [EMAIL PROTECTED] To: dev@httpd.apache.org Sent: Sunday, April 02, 2006

Re: [VOTE] Release 2.2.1 as GA

2006-04-02 Thread Ruediger Pluem
On 04/02/2006 02:40 AM, Jim Jagielski wrote: Ruediger Pluem wrote: Argh. It seems that http://svn.apache.org/viewcvs?rev=379237view=rev has not been backported. My fault not taking more care of this :-(. So I am now -1. Should I propose r379237 for backport? ++1 ! :) Proposed for

mod_proxy_balancer connection pool limitation problem

2006-04-02 Thread Bjørn Stabell
Hi, I'm suspecting a bug, but posting here first to make sure. I've got a backend server running at machine X (192.168.0.242) and Apache running at machine Y, and I'd like to restrict the number of connections Apache makes to the backend server, but so far without any luck.

Re: mod_proxy_balancer connection pool limitation problem

2006-04-02 Thread Ruediger Pluem
On 04/02/2006 04:46 PM, Bjørn Stabell wrote: VirtualHost *:80 ProxyPass /zope http://192.168.0.242:7680/ max=2 timeout=1 acquire=1 ttl=1 /VirtualHost I'm using mpm-worker, both machines are Linux machines. I thought Apache would make no more than 2

Re: [VOTE] Release 2.2.1 as GA

2006-04-02 Thread Ruediger Pluem
On 04/02/2006 05:19 AM, William A. Rowe, Jr. wrote: Can someone on win32 PLEASE update the .dsp file for apr-util? Glad to Does this mean that httpd 2.2.1 does not run with apr-util below 1.2.6 on windows? Is this desired? Regards Rüdiger

Re: [VOTE] Release 2.2.1 as GA

2006-04-02 Thread Colm MacCarthaigh
On Sun, Apr 02, 2006 at 04:57:43PM +0200, Ruediger Pluem wrote: On 04/02/2006 05:19 AM, William A. Rowe, Jr. wrote: Can someone on win32 PLEASE update the .dsp file for apr-util? Glad to Does this mean that httpd 2.2.1 does not run with apr-util below 1.2.6 on windows? I

Re: mod_proxy_balancer connection pool limitation problem

2006-04-02 Thread Bjørn Stabell
Hi Ruediger, On Apr 2, 2006, at 22:54, Ruediger Pluem wrote: On 04/02/2006 04:46 PM, Bjørn Stabell wrote: VirtualHost *:80 ProxyPass /zope http://192.168.0.242:7680/ max=2 timeout=1 acquire=1 ttl=1 /VirtualHost I'm using mpm-worker, both machines are Linux

Re: [VOTE] Release 2.2.1 as GA

2006-04-02 Thread Ruediger Pluem
On 04/02/2006 05:06 PM, Colm MacCarthaigh wrote: Adding an ABI doesn't break ABI backwards-compat, so it should be o.k. But httpd 2.2.1 would not compile with apr-util below 1.2.7 on windows. So I guess this part of the code should be conditional and only active either on non windows (BTW:

Re: mod_proxy_balancer connection pool limitation problem

2006-04-02 Thread Ruediger Pluem
On 04/02/2006 05:16 PM, Bjørn Stabell wrote: IfModule mpm_worker_module StartServers 2 MaxClients 128 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 64 MaxRequestsPerChild 0 /IfModule # /nb/apache-2.2/bin/httpd -l

Re: [VOTE] Release 2.2.1 as GA

2006-04-02 Thread Colm MacCarthaigh
On Sun, Apr 02, 2006 at 05:17:00PM +0200, Ruediger Pluem wrote: On 04/02/2006 05:06 PM, Colm MacCarthaigh wrote: Adding an ABI doesn't break ABI backwards-compat, so it should be o.k. But httpd 2.2.1 would not compile with apr-util below 1.2.7 on windows. That's allowed I think,

Bug report for Apache httpd-1.3 [2006/04/02]

2006-04-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2 [2006/04/02]

2006-04-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: [VOTE] Release 2.2.1 as GA

2006-04-02 Thread William A. Rowe, Jr.
Ruediger Pluem wrote: On 04/02/2006 05:19 AM, William A. Rowe, Jr. wrote: Can someone on win32 PLEASE update the .dsp file for apr-util? Glad to Does this mean that httpd 2.2.1 does not run with apr-util below 1.2.6 on windows? Is this desired? IMHO - this was an outright Win32-specific

Re: [VOTE] Release 2.2.1 as GA

2006-04-02 Thread William A. Rowe, Jr.
Colm MacCarthaigh wrote: On Sun, Apr 02, 2006 at 05:17:00PM +0200, Ruediger Pluem wrote: On 04/02/2006 05:06 PM, Colm MacCarthaigh wrote: Adding an ABI doesn't break ABI backwards-compat, so it should be o.k. But httpd 2.2.1 would not compile with apr-util below 1.2.7 on windows. That's

Re: mod_cgid not able to handle large POST request

2006-04-02 Thread pradeep kumar
I don't have multiple instances of Apache. When I just use the standard httpd.conf with only this directive commeted out I get this error. There is no issue of multiple instances using the same Unix socket. How does the communication between the cgid deamon and httpd deamon happen when the