New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Installing rTorrent/ruTorrent on NginX

Discuss development on Bubba
Post Reply
Palpatine
Posts: 4
Joined: 02 Jul 2013, 16:12

Installing rTorrent/ruTorrent on NginX

Post by Palpatine »

Hi Folks,

I have here a B3 box and are trying to install rTorrent/ruTorrent with NginX on it. I would like to use Nginx, because I install the programms through a install script. (tried to copy a link to the script, but your scrappy forum thinks I am a spam user if I do so...thx guys)

I could use Apache as well, but I don''t wanna take the risk to break the existing Apache installation.

So the installation is running thorugh without issues. rTorrent is running as well (I can connect to it through console) and NginX seems to work as well.
- I see the ports comming up with 'netstat -a' (I changed the well-known 80/443 to 4480/4443)
- when I connect to https://<my-box-ip>:4443/rutorrent the box does not load the site
--
[22:31:31.119] GET https://<my-box-ip>:4443/ [undefined 38387ms]

in the error.log of NginX I don't see any approach of connection.
2013/07/02 22:30:28 [notice] 20003#0: using the "epoll" event method
2013/07/02 22:30:28 [notice] 20003#0: nginx/1.0.3
2013/07/02 22:30:28 [notice] 20003#0: built by gcc 4.4.5 (Debian 4.4.5-8)
2013/07/02 22:30:28 [notice] 20003#0: OS: Linux 2.6.39.4-11
2013/07/02 22:30:28 [notice] 20003#0: getrlimit(RLIMIT_NOFILE): 1024:1024
2013/07/02 22:30:28 [notice] 20004#0: start worker processes

root@b3:/usr/local/nginx# netstat -a | grep 4443
tcp 0 0 *:4443 *:* LISTEN
tcp 88 0 b3.localdomain:4443 <my-pc-ip>:56381 ESTABLISHED

----------------------------------------------------
I have several seedboxes running with this script and never met this kind of problem. Do anyone know a way to troubleshoot this?
Post Reply