Re: proxy with a specific source IP?

Geff <[email protected]> Mon, 7 Jun 2004 13:41:41 -0700
Newsgroups gmane.comp.apache.mod-proxy
Message-ID <[email protected]>
Quoting Richard Birkett <[email protected]>:
> With the patch, your setup could be configured as follows:
>
>     <VirtualHost A>
>        ProxySourceAddress C
>        ProxyPass / http://E/
>     </VirtualHost>
>
>     <VirtualHost B>
>        ProxySourceAddress D
>        ProxyPass / http://F/
>     </VirtualHost>

All,

Wow, that's great.  Any chance of getting that included in the main dist?

Does that patch work in 2.0 and 1.3?

Geff