|
|||||||||||
|
Re: forward / tunnel / masquerade an HTTP request to another Host:Portbased on ServerName/ServerAlias ?
From: Graham Leggett <minfrin(at)sharp.fm>
Date: Mon Apr 16 2001 - 08:50:34 EDT Jan Vicherek wrote: > How do I tell apache on machineA : "If you receive a request for a host
Use mod_proxy's reverse proxy capability. On machine A, configure your virtual hosts that you need to be accessible to the net. On each virtual host, add the following config: ProxyPass / http://machineB.virtual.host/ ProxyPassReverse / http://machineB.virtual.host/
Regards,
-- ----------------------------------------- minfrin@sharp.fm "There's a moon over Bourbon Street tonight..."Received on Mon Apr 16 12:52:44 2001 This archive was generated by hypermail 2.1.8 : Thu Aug 24 2006 - 14:53:15 EDT |
||||||||||
|
|||||||||||