Quote:
Originally Posted by Sweetpea
Oh, I've got it running, no problems there. But I can't access it from work, for instance. I can't get the line through my router. I've got port 80 routed to my webserver (so, if I enter my domain name, or IP, I'll end up at my server). But I've absolutely no idea how I can route another port to the same server. If I try my IP:8080, I get a timeout...
|
Depending on the web server you are using, you might try a reverse proxy setup. Apache's mod_proxy with proxypass works reasonably well, if you are running apache. This way you can use the router setup that is already well-oiled.