Getting a webserver going....
|
Author |
Message |
PSPkiller
*The Sweaty Indian/Welsh Guy*
Posts: 2,393.2167 Threads: 251
Joined: 24th Jun 2007
Reputation: 0.56947
E-Pigs: 53.7911
|
Getting a webserver going....
I've got Apache running on a computer and I'm trying to host some files. Simple enough.
I'm using no-ip.com to turn my dynamic IP into something a little more memorable, again simple enough. But, my router being a bitch, reserves port 80 for its online config so I'm running Apache through port 1234, forwarding port 1234 and set up no-ip.com to forward requests to port 1234. In theory that should work. But of course it doesn't.
Visiting robserv.no-ip.org just gives me a "Though the site seems valid, the browser was unable to establish a connection." error in Firefox but, when someone else other than me (I recruited the help of andrewcc for testing from another location) visits robserv.no-ip.org, Firefox gives a "Request timed out" error. Same thing happens when you try and ping me.
I've tried bypassing no-ip.com altogether by visiting my external IP with port 1234 on the end but that gives exactly the same results from both locations as typing in robserv.no-ip.org. No-IP therefore isn't the problem.
I've tested Apache also by putting my internal IP into Firefox with port 1234 on the end, that works fine. I've fiddled with firewalls and tried disabling them completely for testing, none of which made any difference.
I'm at a loss. I can't work out where exactly the problem lies. I think it may be either the router or the ISP but I can't be sure.
Help?
[Insert Signature Here]
|
|
04/06/2009 05:55 AM |
|
roberth
Resident Full Stop Abuser.....
Posts: 4,580.2098 Threads: 200
Joined: 18th Jun 2007
Reputation: -5.5814
E-Pigs: 43.8419
|
RE: Getting a webserver going....
have you tried it with your PC added to the DMZ, see if that makes a difference? Can't imagine it would if you've tried disabling your firewall to no avail, but might be worth a check
|
|
04/06/2009 07:59 AM |
|
PSPkiller
*The Sweaty Indian/Welsh Guy*
Posts: 2,393.2167 Threads: 251
Joined: 24th Jun 2007
Reputation: 0.56947
E-Pigs: 53.7911
|
RE: Getting a webserver going....
Nah, I get exactly the same thing...
[Insert Signature Here]
|
|
04/06/2009 08:03 AM |
|
roberth
Resident Full Stop Abuser.....
Posts: 4,580.2098 Threads: 200
Joined: 18th Jun 2007
Reputation: -5.5814
E-Pigs: 43.8419
|
RE: Getting a webserver going....
well traceroute seems to reach your IP, but then continues on and times out, and traceroute for the URL resolves at 14 173 ms 176 ms 174 ms url-redirect.noip.net [72.5.169.70]
All i can suggest is to phone your ISP and ask them if there is something in there service preventing it, although it may take a few tries to get through to someone who both can and will help
|
|
04/06/2009 08:24 AM |
|
PSPkiller
*The Sweaty Indian/Welsh Guy*
Posts: 2,393.2167 Threads: 251
Joined: 24th Jun 2007
Reputation: 0.56947
E-Pigs: 53.7911
|
RE: Getting a webserver going....
right... I'll wait until I get a contract phone (cheaper that pay-as-you-talk) then I'll give them a call...
[Insert Signature Here]
|
|
04/06/2009 08:29 AM |
|
roberth
Resident Full Stop Abuser.....
Posts: 4,580.2098 Threads: 200
Joined: 18th Jun 2007
Reputation: -5.5814
E-Pigs: 43.8419
|
RE: Getting a webserver going....
Just in case anyone else sees something i can't, but i tried the URL, and the IP that firefox said it resolved to (different to the one tracert resolved to)
(This post was last modified: 04/06/2009 08:33 AM by roberth.)
|
|
04/06/2009 08:31 AM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1294
|
RE: Getting a webserver going....
Routers will probably drop ICMP packets so ping and traceroute are unlikely to work.
As for your issue, what interfaces is Apache listening on? Check the config file for a "Listen" directive.
|
|
04/06/2009 06:09 PM |
|
PSPkiller
*The Sweaty Indian/Welsh Guy*
Posts: 2,393.2167 Threads: 251
Joined: 24th Jun 2007
Reputation: 0.56947
E-Pigs: 53.7911
|
RE: Getting a webserver going....
I'm running Apache on an old P3-256MB-500GB computer mounted in a drawer (oh yeah... ghetto...). It connects to my home network with a USB WiFi dongle, so I'm assuming that's what Apache is listening on. I've set it to listen on port 1234 (because my router reserves port 80 for its online config) using this:
From reading various tut's on the internet I think that is correct.
[Insert Signature Here]
|
|
05/06/2009 02:33 AM |
|
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1294
|
RE: Getting a webserver going....
Can you post the entire configuration file?
|
|
05/06/2009 02:46 AM |
|
Mickey
Down with MJ yo
Posts: 3,663.2843 Threads: 251
Joined: 26th Apr 2008
E-Pigs: 28.7300
|
RE: Getting a webserver going....
is port 1234 forwarded to the computer running the server? (in router settings)
also try going to localhost:1234 on the server computer
(This post was last modified: 05/06/2009 02:53 AM by Mickey.)
|
|
05/06/2009 02:48 AM |
|
User(s) browsing this thread: 1 Guest(s)