Apache reverse proxy >From Apache's website .....: A reverse proxy, by contrast, appears to the client just like an ordinary web server. No special configuration on the client is necessary. The client makes ordinary requests for content in the name-space of the reverse proxy. The reverse proxy then decides where to send those requests, and returns the content as if it was itself the origin. A typical usage of a reverse proxy is to provide Internet users access to a server that is behind a firewall. Reverse proxies can also be used to balance load among several back-end servers, or to provide caching for a slower back-end server. In addition, reverse proxies can be used simply to bring several servers into the same URL space. A reverse proxy is activated using the ProxyPass directive or the [P] flag to the RewriteRule directive. It is not necessary to turn ProxyRequests on in order to configure a reverse proxy. On September 6, 2003 09:16 pm, Cody Harris wrote: > It's 2 different computers. How will that work? > > On Saturday 06 September 2003 10:13 pm, you wrote: > > Not in IPTABLES. > > Use apache. > > > > On September 6, 2003 07:53 pm, Cody Harris wrote: > > > Hello. I have researched your database on this subject (hostname > > > routing), but found nothing much. What i want is to take domain.com:* > > > and deliver that to the local machine (127.0.0.1), but i want > > > alt.domain.com:* to go to 192.0.0.2. How is this done? > > > > > > -Cody -- Alistair Tonner nerdnet.ca Senior Systems Analyst - RSS Any sufficiently advanced technology will have the appearance of magic. Lets get magical!