PDA

View Full Version : TS2 Server Weblogin


UFDF Rob :D
08-02-2005, 21:09
i am having trouble loging in from my webserver

http://serverip:port

it just doesnt work i get something like cant display page and at the top it says HTTP 500 Internal server error

can someone tell me how to make it work?

i have the same ploblem trying to log in from right clicking on my serer icon and clicking Administration as well

blackout000
09-02-2005, 03:41
probably u dont use the right port.
generally there are 3 ones: the voiceport (used for the actual transfer), the webadmin-port and the tcpuery-port. standards are 8767, 14534 and 51234 (im about 99% sure for 14534, 101% for the rest)
if u rent a server, the ports are probably being sent to you in the confirmation-email or something similar.
if that hasnt been the case, contact the support...
and if that doesnt help, you could perform a portscan on your server BUT before make sure that this is legel in your country/region. in some lands this is understood as a try of hacking the server - better be informed.

if that all doesnt help go rent another server :D

Broder
09-02-2005, 10:08
Is it Linux or Windows ?

It sounds to me like a Permission error. If you see the 500 Error then the port is OK . It is just that the build in Webserver of TS cannot execute a script.

It could also indicate that your Server is too busy, meaning that the CPU has not enough power left to execute a script or query the DB.

To see IF this is a permission problem in Windows rightclick the TS Directory and give Full Rights to Everyone.
On Linux this should be chmod -R 777 ( I believe )

Make sure you note the current Permissions before you change them as this "could" compromise your Server if you don't change them back after this test !

UFDF Rob :D
10-02-2005, 05:23
thanks for responding im sorry i didnt give you ALL the info you needed :)

This server is being hosted by ME

my computer is
1700 MGh
512DDR Ram
Windows XP Pro
5MB Conection

i keep geting the error 500 Internal Server error or something closse

oh and my port is :8767

thank you for helping me