Possible to make Apache hide a redirection like proxying does?
chris at seberino.org
chris at seberino.org
Mon Mar 8 09:09:25 PST 2010
On Mon, Mar 08, 2010 at 08:56:43AM -0800, Gregory K. Ruiz-Ade wrote:
> So, you want to proxy, but without actually proxying, but still have it look, act and feel like proxying?
>
> All I can suggest is look up the documentation for mod_rewrite, mod_alias and mod_proxy.
I love and use mod_proxy often. Problem is that to use that, all traffic needs
to go through the proxy which is slow.
I'd love to just add an A record to the visible domain that points to IP
address of hidden domain. That isn't possible if the hidden URL is
foo.com/a/b/c/d/e because foo.com/a/b/c/d/e can't be distinguished from
foo.com. :(
cs
More information about the KPLUG-List
mailing list