Possible to make Apache hide a redirection like proxying does?
John H. Robinson, IV
jhriv at sbih.org
Mon Mar 8 09:12:19 PST 2010
chris at seberino.org wrote:
>
> Possible to hide that redirection so it appears like a proxy?
> (Proxy is too slow yet looks more professional than a redirection.)
You can use a reverse proxy apache directive.
The end user connects to your apache server (A), your apache server
contacts the remote site (B), the remote site returns the requested data
(C), then your apache server hands that data back to the end user (D).
The end user never knows about the remote site, nor does the remote
site know about the end user.
+------+ +--------+ +--------+
| |--A-->| Your |--B-->| |
| end | | Apache | | remote |
| user | | Server | | site |
| |<--D--| |<--C--| |
+------+ +--------+ +--------+
-john
More information about the KPLUG-List
mailing list