Is there any possibility how to work without RewriteRule with turn on RewriteRule?
thank you in advance Petr 2010/4/21 Tom Evans <tevans...@googlemail.com> > On Wed, Apr 21, 2010 at 11:24 AM, Petr Hracek <phrac...@gmail.com> wrote: > > Hello *, > > > > I would like to ask you on the one interesting think: > > I need to proxy the requests to the specified url to a dynamically > generated > > address. > > Instead of: > > <Location "/CAP/"> > > ProxyPass http://192.0.2.25:8080/CBAdmin/ > > ProxyPassReverse http://192.0.2.25:8080/CBAdmin/ > > ProxyPassReverseCookiePath /CBAdmin /CAP > > Order Allow,Deny > > Allow from all > > </Location> > > There should be something like that instead of IP address there will > > be a script like generate_forward_address > > > > I think that the mod_macro is not helpful here. I also cannot use > > RewriteRule [P] which has more possibilities because I need the > > ProxyPassReverse as well. > > > > Do you have any idea how to solve it? > > > > That is incorrect; ProxyPassReverse does not require ProxyPass, and is > more than happy to work with RewriteRule ... [P]. > > You can't do it with scripts, but you should be able to do it with a > RewriteRule, and multiple ProxyPassReverse, one for each backend you > could redirect to. > > Actually you could do it with a script, using a program map to > generate the rewrite. I've never used this myself, it looks like it > might impact performance a bit to me. > > Cheers > > Tom > > --------------------------------------------------------------------- > 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-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- Best Regards / S pozdravem Petr Hracek