• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

need help setting up webserver

mcveigh

Diamond Member
I'm running gentoo linux and have installed apache, I have a smc 7004ABR router.
When I open a webbrowser and type in 127.0.0.1 I get the default apache web page. all good so far.

I open up port 80 on my router and I can't get to the webpage when I type in my external IP address. I'm 99% sure I have the port opened up correctly, (ssh port22 is open with the same settings).

So I was wondering if my ISP (road runner tampa bay could be stopping port 80 traffic)
:|

any ideas?
 
I dunno about yours in particular, but a lot of routers don't support internal loopback (going out of your router, then to a server back inside again). You can test external access to your site by going to anonymizer and typing in the external IP. If doing so works, you know that's the problem. Then if you want to be able to type in the external IP and get access, you can just add an entry to your HOSTS file so it'll resolve the external (or your domain name if you're gonna use one) to your internal IP.
 
mcveigh, it's certainly possible that RoadRunner is blocking all inbound requests on 80. Some cable ISPs do that because running a web server is against their Acceptable Use Policy. You might want to ask if RoadRunner is doing that in the RoadRunner forum at DSL Reports.

How is your networking set up? Is your router taking the external Roadrunner IP address and giving your web server machine a private IP address using NAT? If you're doing this, you need to setup the router to forward port 80 to the private IP of your web server machine.

 
How is your networking set up? Is your router taking the external Roadrunner IP address and giving your web server machine a private IP address using NAT? If you're doing this, you need to setup the router to forward port 80 to the private IP of your web server machine.

yes that's what i'm doing

damnit anonymizer says it wants money to do it:|

anyone care to check it...
65.35.198.126
 
anyone know how I could change the port it uses in apache.conf?

some in dsl reports ay they block port 80, some say they don't
 
mcveigh, I tried your web server at 2:09PM ET, and it worked. 😀 You're running Apache 1.3.24 on Linux.
 
I checked it too. It works. How can I set up the same thing on a Win98 machine with a dialup connection. I just want it to work, thats it. Once I get this to work, I will move up to a fatter pipe.
 
well.... I use gentoo linux which automagically compiles the program and dependecies from source.

there is an apache version for windows, It's mainly just a matter of installing it correctly.
I've never done it on windows though.


here is some info on apache on windows
http://httpd.apache.org/docs/windows.html
 
Back
Top