PDA

View Full Version : Administration page won't open :(


Moonfury
09-03-2008, 08:17
Sorry to bother you guys, I've got a strange issue with server. I've recently changed my computer and it seems like vista doesn't want to open administration page. I used to run a server on my previous machine and it was all fine, but now it says that it's unable to open http://localhost:14534/slogin.html :( Thanx for understanding

BHKai
10-03-2008, 01:44
Use netstat -aon to see if the port is even open.

Moonfury
10-03-2008, 14:51
Server.ini:
<...>
HTTPServer Port=14534
TCPQueryPort=51234
<...>

netstat -aon result with server running:
<...>
Name | Local adress | External adress | State | PID
TCP | 0.0.0.0:14534 | 0.0.0.0:0 | LISTENING | 7020
TCP | 0.0.0.0:51234 | 0.0.0.0:0 | LISTENING | 7020
UDP | 0.0.0.0:8767 | *:* | | 7020
<...>

netstat -aon result with server not running doesn't have theese lines

BHKai
11-03-2008, 00:07
What is the exact saying that it says and which internet browser are you using.

Moonfury
11-03-2008, 15:31
Mate, thanx a lot) it might sound weird, but when u asked about the browser i was using i thought "really, why don't I try Firefox?", and i did.) Firefox, instead of connecting to http://localhost:14534/slogin.html said that it was connecting to www.localhost.com (http://www.localhost.com), so i thought "why don't i type 127.0.0.1 instead of localhost, cuz it's pretty the same" and i did) and u know, it showed me the server login page ;) and in IE it's ok as well.

the only thing that i wanna know is how can i make it connect to 127.0.0.1 instead of localhost, or probably there's a conflict between the teamspeak server and mysql server, which is also installed on my computer and it widely uses "localhost" adress and is there a way to resolve the conflict? ;)

BHKai
12-03-2008, 02:17
localhost SHOULD point to 127.0.0.1 at all times.

It should work if you use localhost or 127.0.0.1. Why it wants to go to localhost.com is weird.