I have an apache 2.2 webserver listening on multiple IP addresses.
Inside a Location directive I have a rewrite rule usingg the Proxy-Flag
<Location /something>
RewriteEngine On
RewriteRule something/(.+) http://something-else [P]
</Location>
The something-else is actually coming from a rewrite map, however my question is:
- Is it possible to specify the IP adress apache respectively mod_proxy uses to fetch the resource?