> "Trevor" == Trevor Phillips <[EMAIL PROTECTED]> writes:
Trevor> This works fine, except "the.other.machine" gets the Host
Trevor> header as "the.other.machine" and NOT whatever is passed
Trevor> to the proxy by the client. As a result, virtual servers
Trevor> with the same IP
Trevor Phillips wrote:
>
> I'm trying to set up a lightweight Apache Proxy as reccomended for mod_perl
> situations. I have the proxy set up on a different box, and for the proxy
> config I have:
>
>
> ProxyPass/ http://the.other.machine:80/
> ProxyPassReverse / http://the.other.machine
I'm trying to set up a lightweight Apache Proxy as reccomended for mod_perl
situations. I have the proxy set up on a different box, and for the proxy
config I have:
ProxyPass/ http://the.other.machine:80/
ProxyPassReverse / http://the.other.machine:80/
This works fine, except "the.othe