2008/2/20 Robert Balabalame <[EMAIL PROTECTED]>:

>
>     ProxyPass /balancer-manager !

>     RewriteEngine On
>     RewriteRule ^/balancer-manager$ /balancer-manager [P,L]

>  Reason: DNS lookup failure for: www.mysite.com
> But I can access http://www.mysite.com/balancer-manager successfully if I
> delete the line that contains "RewriteRule ..."

It seems like "DNS lookup failure" may be a red herring. But that
RewriteRule makes no sense. What is it supposed to do? It is proxying
a request back onto itself, which should create an infinite loop.

I don't think you even need that line at all, given that you have the
ProxyPass line above that cancels proxying for that URL. If you need
to cancel some other rewriting, you can use
RewriteRule ^/balancer-manager$ - [L]

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to