Okay I have some more info i need to help debug my website not workin II just saw this when I looked at my Mystic server screen.
2-Waiting for data
1-data done
1-DEBUG: GET /HTTP/1.1
1-404: index.html(17.20.10.8)
2-Data done
what does this all mean?
It means that an HTTP 1.1 request was made. The Request-URI was for
You can look up all of the status response codes here: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
I'm not seeing your box at all:
PING 17.20.10.8 (17.20.10.8) 56(84) bytes of data.
--- 17.20.10.8 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2ms
root@hammer:~# traceroute -T 17.20.10.8
My system is set to private the Moment due to No Internet other that hot spot off my phone . None in my area at the moment. Im working on it I
may go back to desktop server online.
My system is set to private the Moment due to No Internet other that spot off my phone . None in my area at the moment. Im working on it I may go back to desktop server online.Okay that might explain some things. go back and read what I wrote about IP addresses being bound to your interface.
IP addresses being bound to your interface.
Generally, most software works like this:
0.0.0.0 means listen on all interfaces (external and internal loopbacks) 1.2.4.5 (or whatever your external IP is, means listen on an OUTSIDE interface.
In other words, you can't get to it from localhost (generally speaking)
127.0.0.1 or localhost means listen on the internal loopback adapter. In other words, you can't get to it from the outside world. You can only
get to it from the internal machine.
*Generally*.If you're trying to test from the machine itself, and your interface is bound to your external interface, then you should prolly try connecting from ANOTHER machine on your LAN.
If you bind the server to 127.0.0.1 then you should try to connect to http://127.0.0.1
That's just a guess, but an educated one.
Good luck.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 412 |
Nodes: | 16 (0 / 16) |
Uptime: | 136:13:07 |
Calls: | 8,604 |
Calls today: | 5 |
Files: | 13,234 |
Messages: | 5,935,455 |