Re: Apache Proxy & Virtual Servers...

1999-12-21 Thread Stephen Zander
> "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

Re: Apache Proxy & Virtual Servers...

1999-12-09 Thread Trevor Phillips
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

Apache Proxy & Virtual Servers...

1999-12-09 Thread Trevor Phillips
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