Looking for some help...

2005-08-19 Thread Jim Jagielski
I am trying to add a test for the proxy balancer stuff. In extra.conf.in I have: IfModule mod_proxy_balancer.c VirtualHost proxy_http_bal1 DocumentRoot @SERVERROOT@/htdocs/modules/proxy /VirtualHost VirtualHost proxy_http_bal2 DocumentRoot

Re: Looking for some help...

2005-08-19 Thread Joe Orton
On Fri, Aug 19, 2005 at 12:10:11PM -0400, Jim Jagielski wrote: I am trying to add a test for the proxy balancer stuff. yay! :) In extra.conf.in I have: IfModule mod_proxy_balancer.c VirtualHost proxy_http_bal1 DocumentRoot @SERVERROOT@/htdocs/modules/proxy

Re: Looking for some help...

2005-08-19 Thread Joe Orton
On Fri, Aug 19, 2005 at 05:24:06PM +0100, Joe Orton wrote: On Fri, Aug 19, 2005 at 12:10:11PM -0400, Jim Jagielski wrote: Now I also have in proxy.conf.in: IfModule mod_proxy_balancer.c VirtualHost _default_:mod_proxy_balancer Proxy balancer://foo BalancerMember

Re: Looking for some help...

2005-08-19 Thread Jim Jagielski
Joe Orton wrote: Hmm - do you really need the special vhosts if they will just behave the same as the default server? You can use @SERVERNAME@:@PORT@ to get that vhost name out. Well, to be as close to the usual use, yeah, we do. --

Re: Looking for some help...

2005-08-19 Thread Jim Jagielski
Joe Orton wrote: On Fri, Aug 19, 2005 at 05:24:06PM +0100, Joe Orton wrote: On Fri, Aug 19, 2005 at 12:10:11PM -0400, Jim Jagielski wrote: Now I also have in proxy.conf.in: IfModule mod_proxy_balancer.c VirtualHost _default_:mod_proxy_balancer Proxy