Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-17 Thread Zisis Lianas
- Original Message - Try ProxyPreserveHost Off Proxy balancer://default BalancerMember http://backend01:5080/ route=0 BalancerMember http://backend02:5080/ route=2 BalancerMember http://backend01:5180/ route=1 BalancerMember http://backend02:5180/ route=3

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-17 Thread Jim Jagielski
Yes, it is a bug from back when we made PPR balancer aware... Will be fixed in trunk and proposed for 2.4.x

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-16 Thread Micha Lenk
Hi Zisis, Am 06.09.2012 08:07, schrieb Zisis Lianas: Tom, thanks for your feedback. The main difference between our configurations is that you do ProxyPassReverse the single BalancerMember (http://app05/...), which is also working for me - in my configuration I ProxyPassReverse the

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-14 Thread Zisis Lianas
- Original Message - From: Jim Jagielski j...@jagunet.com To: dev@httpd.apache.org Sent: Thursday, September 13, 2012 8:59:27 PM Subject: Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3) So in the case it is correctly adjusting the backend URL

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-14 Thread Jim Jagielski
with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3) So in the case it is correctly adjusting the backend URL Location (backend01.foo:5080 - mydomain.foo:8080) So is the bug that it's http://mydomain.foo:8080//clusterjsp/ and not http://mydomain.foo:8080

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-14 Thread Zisis Lianas
- Original Message - Can you forward over your exact config again? e.g.: ProxyPreserveHost Off Proxy balancer://default BalancerMember http://backend01:5080 route=0 BalancerMember http://backend02:5080 route=2 BalancerMember http://backend01:5180 route=1

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-14 Thread Jim Jagielski
Try ProxyPreserveHost Off Proxy balancer://default BalancerMember http://backend01:5080/ route=0 BalancerMember http://backend02:5080/ route=2 BalancerMember http://backend01:5180/ route=1 BalancerMember http://backend02:5180/ route=3 ProxySet lbmethod=bybusyness nofailover=Off

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-13 Thread Jim Jagielski
On Sep 6, 2012, at 11:07 AM, Zisis Lianas zisis.lia...@consol.de wrote: Tom, thanks for your feedback. The main difference between our configurations is that you do ProxyPassReverse the single BalancerMember (http://app05/...), which is also working for me - in my configuration I

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-13 Thread Zisis Lianas
Jagielski j...@jagunet.com To: dev@httpd.apache.org Sent: Thursday, September 13, 2012 6:54:36 PM Subject: Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3) On Sep 6, 2012, at 11:07 AM, Zisis Lianas zisis.lia...@consol.de wrote: Tom, thanks for your feedback. The main

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-13 Thread Jim Jagielski
On Sep 13, 2012, at 2:06 PM, Zisis Lianas zisis.lia...@consol.de wrote: With this configuration I get a 500 error because of [proxy_balancer:trace1] ... mod_proxy_balancer.c(73): ... canonicalising URL //defaultclusterjsp, when trying to access /clusterjsp: ProxyPass / balancer://default

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-06 Thread Tom Evans
On Wed, Sep 5, 2012 at 6:08 PM, Zisis Lianas zisis.lia...@consol.de wrote: There seems to be some problems when trying to proxy / with ProxyPass and mod_proxy_balancer. See also: https://issues.apache.org/bugzilla/show_bug.cgi?id=51982 https://issues.apache.org/bugzilla/show_bug.cgi?id=51489

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-06 Thread Zisis Lianas
+ double-slashes (httpd-2.4.3) On Wed, Sep 5, 2012 at 6:08 PM, Zisis Lianas zisis.lia...@consol.de wrote: There seems to be some problems when trying to proxy / with ProxyPass and mod_proxy_balancer. See also: https://issues.apache.org/bugzilla/show_bug.cgi?id=51982 https://issues.apache.org

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-06 Thread Tom Evans
On Thu, Sep 6, 2012 at 12:42 PM, Zisis Lianas zisis.lia...@consol.de wrote: Also with the trailing slash the config does not work correctly, see attached logfile. Please keep in mind that this only happens if the backend returns a 301. Status from backend: 301 Location:

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-06 Thread Zisis Lianas
. - Original Message - From: Tom Evans tevans...@googlemail.com To: dev@httpd.apache.org Sent: Thursday, September 6, 2012 4:40:18 PM Subject: Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3) On Thu, Sep 6, 2012 at 12:42 PM, Zisis Lianas zisis.lia...@consol.de wrote

Re: Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-06 Thread Tom Evans
On Thu, Sep 6, 2012 at 4:07 PM, Zisis Lianas zisis.lia...@consol.de wrote: Tom, thanks for your feedback. The main difference between our configurations is that you do ProxyPassReverse the single BalancerMember (http://app05/...), which is also working for me - in my configuration I

Bug with ProxyPass / and mod_proxy_balancer + double-slashes (httpd-2.4.3)

2012-09-05 Thread Zisis Lianas
There seems to be some problems when trying to proxy / with ProxyPass and mod_proxy_balancer. See also: https://issues.apache.org/bugzilla/show_bug.cgi?id=51982 https://issues.apache.org/bugzilla/show_bug.cgi?id=51489 I could reproduce both errors in httpd-2.4.3: 1) error 500 when configuring