[LARTC] transparently passing url requests to local servers sharing ip?

Bryan Nolen reveng@arc.net.au
Thu, 8 Jan 2004 20:48:33 +1100


Check out Apache's ProxyPass feature:
http://www.linuxfocus.org/English/March2000/article147.html


> -----Original Message-----
<SNIP />

what i want to do is have something running on the linux box (which the 
router would dmz) that would take a url requested and let a particular 
server on the network serve a web site. i'd like it to be transparent 
to the client, so they never see port numbers in their address bar, and 
i'd like the web serving to be done by the box the files rest on; not 
strictly the linux box's apache.

<SNIP />