Router Help
Nixxer
Nottingham, UK
Firstly, I don't know where this post should go.
My computer connects into a hub, which connects into a router, which is what the modem/ethernet adapter plugs into.
My hub is just a standard mini hub.
My router is a UNEX NexIP IS050s.
I tried running apache on my computer. I set it up correctly, using port 127 and my desired directory, so I could have a web server. I set the router to forward any requests for port 127 to my computer.
The problem is that it didn't work. Just gave a 404 error. Can anybody please help me with this as I have no idea.
Thanks.
My computer connects into a hub, which connects into a router, which is what the modem/ethernet adapter plugs into.
My hub is just a standard mini hub.
My router is a UNEX NexIP IS050s.
I tried running apache on my computer. I set it up correctly, using port 127 and my desired directory, so I could have a web server. I set the router to forward any requests for port 127 to my computer.
The problem is that it didn't work. Just gave a 404 error. Can anybody please help me with this as I have no idea.
Thanks.
0
Comments
Why dont you use port 80?
Try
http://yourip:127
Youre better off using port 80 tho.
mD
Also apache can't share the same port with another tcp/ip app.
If I try either the link (with or without port) it doesnt work, which I'm told its not meant to. However, with http://localhost, it works fine.
When I ask friends to access the link, they say that it just brings up literally nothing. Its blank. Now when they said this I thought they meant nothing as in a 404.
Does this mean my router has been configured correctly and its Apache? Or the other way around etc?
Normally if apache has no idea what to feed and is set up to grok and use an unusualy port which matches the router port, you will get the Apache test page. Gettign nothing is typically a router<->Apache port mismatch as Apache is listening on what you told it but that is not what the router is using to NAT things to.
Normally, BOTH should be set to 8080 if this is a legit server. and make sure the router is not talijng to its own NIC using 127.0.0.1 please (this is not a flame, typical newer user thinks that the Lin-box or BSD-Box's default 127.0.0.1 is a real IP-- but not so, it is a loopback port for the NIC local to whatever is told to use that IP (if you program that into a router as an outbound IP, router will happily loop test port all day, ROUTE zilch out of itself, and outsiders will get no messages whatsoever that browser can find or display as router thinks it is testing ITSELF and says zilch\nada\zip\zero to browser that is browsing in unless browser is coming in through admin login).
So, could be BOTH, also could be just router or just Apache. Note, server needs either a proxy server or a STATIC IP plus NAT to be at all secure and to serve correctly. I would also take a server OFF a hub if at all possible and connect to router.
John Danielson
I needed to upgrade the router drivers. As soon as I installed the new driver and configured the new settings, it worked fine. Souriat gave me some help in tweaking my Apache config so thanks to him (and agian, to the people who tried to help).
m33p, where'd you get that directory browser and what are you running your server off of? The browser is nifty.
What connection I meant