Author: Vic Date: To: Hampshire LUG Discussion List Subject: Re: [Hampshire] webserver route to another box on an internal LAN?
> So what I'd like to be able to do is to browse to one webserver on > port 80 and have it route wiki requests to a different server which is
> on the internal LAN but does not itself have an externally visible IP
> address.
Look at mod_proxy.
It takes a bit of reading up (you need to secure it if you're doing
anything non-trivial), but I suspect all you need are the ProxyPass and
ProxyPassReverse directives (which are the safest of them!).