On 04/08/2006 09:40 AM, Bjørn Stabell wrote:


> 
> In Apache 2.2.1 (the release candidate) mod_proxy_balancer and 
> mod_deflate seems ok, but either mod_proxy or mod_rewrite is breaking 
> badly.  Here's what the trimmed down config file looks like (it still 
> exhibits the same problem):
> 
>     Listen 192.168.100.22:80
>     <VirtualHost 192.168.100.22:80>
>             ServerName www.domain.com
> 
>             RewriteEngine On
>             RewriteRule ^/external/(.*)       
> http://192.168.100.66:8099/$1 [P]
>             RewriteRule  ^/(.*)            http://127.0.0.1:8080/$1 [P]
>     </VirtualHost>
> 
> What happens is:
> 
> SCENARIO 1:
> 
> 1. Restart Apache
> 
> 2. Access http://www.domain.com/
> -> is proxied to 127.0.0.1:8080 as expected
> 
> 3. Access http://www.domain.com/external/ (and all subsequent requests)
> -> is still proxied to 127.0.0.1:8080, although rewrite_log shows it 
> matches the /external rule
> 

[..cut..]

> 
> Any ideas?  (Btw, I don't have mod_proxy_balancer loaded.)

I can confirm this issue. For ease of reference and documentation could you 
please open
a bug report in bugzilla? I will take care of it then.

Regards

Rüdiger

Reply via email to