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?
--
Best Regards / S pozdravem
Petr Hracek