I'm taking a look at rTorrent. I may be interested in moving from Deluge to rTorrent, assuming among other things, I can get ruTorrent (the rTorrent web interface) working. At his point, I'm at an impasse. I can get rTorrent to start okay, adn I can get ruTorrent to open in my browser. The trouble is that ruTorrent reports that it can't find rTorrent:
- Code: Select all
No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.
I've scoured the web for a solution, but I'm not finding much. I have edited the rTorrent config file and I have this:
- Code: Select all
// $scgi_port = 5000;
$scgi_port = 34160;
$scgi_host = "127.0.0.1";
I changed the port from 5000 to 34160 which is the port I want my bittorrent protocol to listen on. It is listening on that port
- Code: Select all
tcp 0 0 localhost:34160 0.0.0.0:* LISTEN
Now, I'm not terribly knowledgeable or sophisticated in these matters, and the web interface is likely looking at a different port for rTorrent, but the instructions that I have seen do not specify such information. Anybody have a clue?
Also, I am seeing references to an SCGI module in Apache. I show no such module loading and can find no such module in the repositories. If this is an issue for ruTorrent, any idea how I can resolve it?
Thanks.
Mark
Edit: I meant to mention that I have installed both rTorrent and ruTorrent from the repositories.
Edit Edit: Here are links to the config files:
rutorrent/config.php
rtorrent.rc