announce on a port

Started by sharpie, January 08, 2014, 08:59:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Laffin

that's a waste to run a webserver for an announce on a particular port tho.
Since there are alternatives to run a tracker server without a webserver.

Usually resulting in smaller footprint and resources. Port 6969 is used on many external tracker servers
---
Laffin BCFH

Tundracanine

someone mentioned xbt in the earlier posts.. anyway if trying to use say apache for just the tracker aka
http://my.domain.com:6969/announce.php
you would need to setup apache to listen on that port.  Default apache only listens on port 80 and 443 if have ssl enabled in apache.
I have done it fine I have my main site running on Nginx and apache only run on a special port for the tracker.
You could even use an another webserver like lightspeed to listen on 6969 lol
If wanting support help please put bare min info like
Os:
U-232 Version:
Php Version:
Tracker type: like xbt or php
Saves on asking more questions just so people can help someone.

elephant

Quote from: Laffin on May 20, 2014, 06:01:47 AM
Port 6969 gives it away that it's likely to be xbt

6969 is the default port for opentracker, the default for xbt is 2710.

Laffin

Port 6969 gives it away that it's likely to be xbt
---
Laffin BCFH

autotron

Quote from: Tundracanine on May 20, 2014, 12:17:19 AM
with xbt you dont need to modify apache. xbt is the server.  My guess the reason that port is not working is the xbt process is not running and/or port is blocked, not useable for some reason.  I would try changing ports in xbt.


??? what makes you think hes running xbt?

Tundracanine

with xbt you dont need to modify apache. xbt is the server.  My guess the reason that port is not working is the xbt process is not running and/or port is blocked, not useable for some reason.  I would try changing ports in xbt.
If wanting support help please put bare min info like
Os:
U-232 Version:
Php Version:
Tracker type: like xbt or php
Saves on asking more questions just so people can help someone.

zokii1983

Quote from: sharpie on January 08, 2014, 08:59:26 PM
how do i put my announce a port for example

http://my.domain.com/announce.php <<<< current announce
http://my.domain.com:6969/announce.php

would i need to configure Apache?

announce.php is playing game for it self (if source is modeded..pretty sure it should be)
you can have http daemon running on any port and only have announce.php in there
it might make a small difference, not worth the trouble in my opinion

smoky28

http://my-site:669/announce.php not valid announce url valid announce url http://my-site:6669/announce install server xbt tracker.
Music and PHP programing base.

sharpie

how do i put my announce a port for example

http://my.domain.com/announce.php <<<< current announce
http://my.domain.com:6969/announce.php

would i need to configure Apache?