by adrien » Nov 15 05 8:56 pm
Hi
Virtual hosting is supported in Apache (and other web servers) by using the "Host: " tag in the HTTP request.
So any method that will get the connection through to your internal web server without altering it will work. The best performance method of doing this is with a redirect in Extended Networking.
Once you did this, it would pay to not bind the WWW proxy to the external interface.
So, to do this, go to GateKeeper, log into WinGate, select
Extended Networking -> Port Security.
* Click on the add button,
* enter the range of ports port you want users to access the web server on (Probably 80 to 80),
* select "redirect"
* enter the IP address you want to redirect to on your LAN - you will need to override the port to 8080 since your apache server is running on that port.
* click OK, then ok.
So now connections from the internet on port 80 will be piped through to your apache server, and however many virtual hosts are running on it will be available from the Internet.
Adrien