On Wed, 9 Mar 2005 14:41:09 +0530, K Anand <kanand@xxxxxxxxxxxxxx> wrote: > Apache 1.3.27 > > I have a server configuration where I use ProxyPass. In the virtual host > where the ProxyPass is located, I also have a Redirect rule. It seems like > Proxypass is taking preference to Redirect. Is this correct ?? I tried the > same thing with RewriteRule....Here also it looks like ProxyPass is taking > precedence...The RewriteRule and Redirect rule were written before the > ProxyPass directives ... Two possible solutions: 1. Use the "ProxyPass /foo !" syntax to exempt certain URLs from the proxypass. 2. Try changing the module ordering by reording the LoadModule directives in httpd.conf. 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
![]() |