On Mon, 10 Apr 2000, Eric Cholet wrote:

Port based backend servers is the easiest.

Use

Port 80
Listen 127.0.0.1:8088 (or whatever)
Listen 127.0.0.1:8089 ...

in your backend setup to make sure it never reveals the real port and only
listens on the loopback interface (if that's what you want).

Then the frontend can be setup in any way you like and proxy the requests
to the appropiate port on the backend.


 - ask

-- 
ask bjoern hansen - <http://www.netcetera.dk/~ask/>
more than 70M impressions per day, <http://valueclick.com>

Reply via email to