Re: [us...@httpd] mod_proxy configuration problem using 2.2.11

2009-01-09 Thread Ian Lea
Thanks for looking into this. The original attempt was using a build from source. New attempt with fresh download and simplified configure to minimise complications: $ tar -xzf httpd-2.2.11.tar.gz $ cd httpd-2.2.11 $ ./configure \ --prefix=/tmp/apache-2.2.11 \ --enable-proxy \ --enab

Re: [us...@httpd] mod_proxy configuration problem using 2.2.11

2009-01-09 Thread Eric Covener
On Fri, Jan 9, 2009 at 5:37 AM, Ian Lea wrote: > Hi > > > Did you get anywhere with this? I've got the same problem with the > ping timeout? I tried to reproduce and couldn't, and the code looked right. Can you try building 2.2.11 instead of using the packaged version?. -- Eric Covener cove..

Re: [us...@httpd] mod_proxy configuration problem using 2.2.11

2009-01-09 Thread Ian Lea
Hi Did you get anywhere with this? I've got the same problem with the ping timeout: http://mail-archives.apache.org/mod_mbox/httpd-users/200812.mbox/<8c4e68610812310420i12d0f1dcp65750bd4a6dd4...@mail.gmail.com> -- Ian. On Wed, Jan 7, 2009 at 10:32 AM, Jody Clements wrote: > Hi All, > > I a

[us...@httpd] mod_proxy configuration problem using 2.2.11

2009-01-07 Thread Jody Clements
Hi All, I am having a problem with mod_proxy and httpd 2.2.11 my mod_proxy_balancer configuration looks like this: BalancerMember http://192.168.1.101:8000 route=1 connectiontimeout=3 status=D BalancerMember http://192.168.1.102:8000 route=2 connectiontimeout=3 status=D BalancerMember