Quote:
My ISP is blocking port 80 incoming, so now I need to use port 8080...however, I don't want to force users to take on :8080 to the URL. How would I tell my linux machine to forward port 80 requests to 8080 on apache?
-thanks in advance
|
Its quite possible to tunnel incoming traffics for port 80 to port 8080, however the problem is if your ISP blocks port 80 then there can be no connection made to port 80 on your local web server.
I recommend
http://www.afraid.org for setting this up, no pop ups, you can simply pick a publicly available domain, then add a web forward to your
http://<ip>:8080.
If you have dynamic IP get a subdomain from there too, grab a script they provide for updating dynamic DNS so you can update your record automatically, and then web forward to that subdomain.