I've been having lot of issues with my8 PC randomly crashing while playing, for some reason this also causes the server (on a completely different machine) to crash. After about 10 or so of these crashes, the web interface no longer works now. I can telnet to the port, but I get nothing. If I do
GET / HTTP/1.1
HOST: localhost
Nothing. The browser just hangs forever if I try via browser. So it's listening to the port, but not doing anything with the traffic.
The server is running in Linux.
Edit: Fixed! Turns out I had a bunch of dead processes. I had to do a kill -9 to get rid of them.



Reply With Quote

Bookmarks