PDA

View Full Version : What is the web site of my teamspeak


guest_post
05-05-2005, 13:28
that address of server 80.179.150.20:3333

http://80.179.150.20:14534/slogin.html

I can't get in to it, why?
what is the correct web site?

Thanks

Kess
06-05-2005, 17:14
Are you sure that the port 14534 is reachable ???
Is there a firewall on this TS Server ???

I can see you have Apache 2.0.51 on your fedora box so you can add these lines in your httpd.conf

Redirect /teamspeak http://80.179.150.20/teamspeak/

<VirtualHost *:80>
ProxyPass /teamspeak/ http://127.0.0.1:14534/
ProxyPassReverse /teamspeak/ http://127.0.0.1:14534/
</VirtualHost>

and restart your apache service, because yes... TS Works behind a Reverse Proxy !!!

N.B: You must enable mod_proxy on the Apache WebServer !!!