Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-24 Thread Paul Querna
Trent Nelson wrote: I'd personally prefer this sort of an approach to, say, relying on the source tars that are manually rolled at release time. Trent. FWIW, there isn't much 'manually rolled' about it: http://svn.apache.org/repos/asf/httpd/httpd/dist/tools/release.sh I've seen

RE: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-21 Thread Benjamin Cuthbert
Thanks Trent i will give this a go. On the seond co did you not mean to checkout the apr-util/trunk ? or do i need to checkout apr twice ? Trent Nelson [EMAIL PROTECTED] 12/21/2006 07:51 AM Please respond to dev@httpd.apache.org To dev@httpd.apache.org cc Subject RE: Apache BUG: 36495

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-21 Thread William A. Rowe, Jr.
Trent Nelson wrote: I'll be happy to push the above into a page under httpd.apache.org/ dev as here's how to build HEAD for testing if folks think it useful. Or I may put it on my blog. I find that svn externals can provide a useful alternative to the approach you've mentioned: Externals

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-21 Thread William A. Rowe, Jr.
Trent Nelson wrote: Tell you what would be nice: svn.apache.org/repos/asf/httpd/httpd/views/ AHHH - ok, retracting my statement... your approach is much less prone to mis-tagging. However, it can still yield some pretty obtuse commits if one is not careful :)

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-21 Thread Sander Temme
On Dec 21, 2006, at 12:37 AM, William A. Rowe, Jr. wrote: Trent Nelson wrote: Tell you what would be nice: svn.apache.org/repos/asf/httpd/httpd/views/ AHHH - ok, retracting my statement... your approach is much less prone to mis-tagging. However, it can still yield some pretty

RE: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-21 Thread Trent Nelson
Tell you what would be nice: svn.apache.org/repos/asf/httpd/httpd/views/ AHHH - ok, retracting my statement... your approach is much less prone to mis-tagging. However, it can still yield some pretty obtuse commits if one is not careful :) That's simple: don't make that view

RE: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-21 Thread Trent Nelson
I find that svn externals can provide a useful alternative to the approach you've mentioned: Externals are evil. They are *very* prone to mis-tagging. A tag with externals pointing back to another leaf of a trunk are WORTHLESS. Several projects have been guilty of this. I'd

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Benjamin Cuthbert
1; \ fi make: Fatal error: Command failed for target `install-recursive' Mladen Turk [EMAIL PROTECTED] 11/07/2006 08:18 AM Please respond to dev@httpd.apache.org To dev@httpd.apache.org cc Subject Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure Benjamin Cuthbert wrote

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Sander Temme
On Dec 20, 2006, at 8:00 AM, Benjamin Cuthbert wrote: So i have checked out the trunk, but there was no configure file./.. Run ./buildconf from the checkout directory. You'll need to have tools like autoconf, libtool installed. I have copied the modules/proxy directory back into my 2.2.3

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Benjamin Cuthbert
Do you need to checkout head for apr and apr-util ? Sander Temme [EMAIL PROTECTED] 12/20/2006 04:06 PM Please respond to dev@httpd.apache.org To dev@httpd.apache.org cc Subject Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure On Dec 20, 2006, at 8:00 AM, Benjamin Cuthbert

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Benjamin Cuthbert
=116302227206782w=2 What do i need to checkout in order to get the fixes for BUG: 36495 Sander Temme [EMAIL PROTECTED] 12/20/2006 04:06 PM Please respond to dev@httpd.apache.org To dev@httpd.apache.org cc Subject Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure On Dec 20, 2006, at 8

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Sander Temme
On Dec 20, 2006, at 9:52 AM, Benjamin Cuthbert wrote: Do you need to checkout head for apr and apr-util ? Yes, they don't live in the httpd tree, but are their own thing. Here's how I build trunk: $ mkdir -p apr/apr $ mkdir apr/apr-util $ mkdir -p httpd/trunk $ cd apr/apr $ svn co

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Ruediger Pluem
On 12/20/2006 08:45 PM, Sander Temme wrote: On Dec 20, 2006, at 9:52 AM, Benjamin Cuthbert wrote: Do you need to checkout head for apr and apr-util ? You only need to do this if you are working with httpd code you checked out from svn. Once you are hacking on a released source tarball

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Sander Temme
On Dec 20, 2006, at 1:28 PM, Ruediger Pluem wrote: I'll be happy to push the above into a page under httpd.apache.org/ dev as here's how to build HEAD for testing if folks think it useful. Or +1 I may put it on my blog. Or http://wiki.apache.org/httpd/? I think the Developer

RE: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Trent Nelson
Here's how I build trunk: $ mkdir -p apr/apr $ mkdir apr/apr-util $ mkdir -p httpd/trunk $ cd apr/apr $ svn co http://svn.apache.org/repos/asf/apr/apr/trunk $ cd ../apr-util $ svn co http://svn.apache.org/repos/asf/apr/apr/trunk $ cd ../../httpd $ svn co

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-12-20 Thread Benjamin Cuthbert
PM Please respond to dev@httpd.apache.org To dev@httpd.apache.org cc Subject Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure On 12/20/2006 08:45 PM, Sander Temme wrote: On Dec 20, 2006, at 9:52 AM, Benjamin Cuthbert wrote: Do you need to checkout head for apr and apr-util

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-08 Thread Ruediger Pluem
On 11/08/2006 08:18 AM, Benjamin Cuthbert wrote: This happens when i have one connection to the tomcat jboss server. Sorry for a possible confusion I might create. As the patch Mladen talks about was backported today you can checkout the latest 2.2.x branch via svn export

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-08 Thread Ruediger Pluem
On 11/08/2006 10:28 PM, Ruediger Pluem wrote: On 11/08/2006 08:18 AM, Benjamin Cuthbert wrote: This happens when i have one connection to the tomcat jboss server. Sorry for a possible confusion I might create. As the patch Mladen talks about was backported today you can checkout the

Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-07 Thread Benjamin Cuthbert
All I have apache 2.2.0 setup on Solaris and i am running into the same issues as the bug here, any had any updates on this. http://issues.apache.org/bugzilla/show_bug.cgi?id=36495 Error i get is: [Mon Nov 06 16:35:35 2006] [error] proxy: AJP: failed to make connection to backend: 1.1.1.2

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-07 Thread Mladen Turk
Benjamin Cuthbert wrote: http://issues.apache.org/bugzilla/show_bug.cgi?id=36495 Does anyone know if this bug was fixed ? It is in the trunk, where there is alternative socket is_connected detection. Can you check the trunk, or at least copy the new is_socket_connected from tunk's

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-07 Thread Benjamin Cuthbert
(0) 20 754 76389 (Tel) +44 (0) 20 754 74996 (Fax) Mladen Turk [EMAIL PROTECTED] 11/07/2006 08:18 AM Please respond to dev@httpd.apache.org To dev@httpd.apache.org cc Subject Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure Benjamin Cuthbert wrote: http

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-07 Thread Benjamin Cuthbert
Please respond to dev@httpd.apache.org To dev@httpd.apache.org cc Subject Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure Benjamin Cuthbert wrote: Okay i am not sure i follow, so when you say copy the trunk from proxy_util.c do you have the example that you used so

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-07 Thread Mladen Turk
Benjamin Cuthbert wrote: Can you show me where this trunk is ? URL ? svn export http://svn.apache.org/repos/asf/httpd/httpd/trunk httpd-head Anyhow: http://httpd.apache.org/dev/ Regards, Mladen.

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-07 Thread Rainer Jung
Hi, adding to Mladens advice: is it possible, that you are trying to produce more connections, than configured worker threads on your tomcat connector? Does the error only show up under high load? How many connections to 1.1.1.2:8009 in which state do you have, when the error appears? netstat

Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure

2006-11-07 Thread Benjamin Cuthbert
] 11/07/2006 09:51 PM Please respond to dev@httpd.apache.org To dev@httpd.apache.org cc Subject Re: Apache BUG: 36495 : ajp_proxy_connect_backend failure Hi, adding to Mladens advice: is it possible, that you are trying to produce more connections, than configured worker