Can be done but it isn't easy as all the domains end up on the same IP and port. So a simple (firewall/router based) port redirection wouldn't work. You could redirect the requests using a reverse proxy though. You can redirect the request to the right server based on the URL used. But it's easier/simpler to use Virtual hosts but that means running all domains on the same webserver...




Reply With Quote