No connection to rTorrent on a fresh install of RHEL 6.3!?

randac56

Member
May 25, 2018
915
0
16
Converted my server from Ubuntu to RHEL because I´m running a sole proprietorship and I´m also educated on RHEL 6 from my last job...

But I got a problem like alot of people get on the new version of libtorrent and rTorrent e.g rTorrent 0.9.2 and libtorrent 0.13.2.
I have searched the net, this forum and asked on the unofficial channels for rtorrent and ruTorrent on freenode with NO luck to solve my problem.

I have installed all necessary packages to get it to work, rTorrent is running and working because I used it daily. But with ruTorrent I got no luck.

My httpd.conf looks like this:

SCGIMount /RPC2 127.0.0.1:5000

But have changed it from:

<VirtualHost *:80>
DocumentRoot /var/www
<Location /rutorrent>
Order Deny,Allow
AuthUserFile /var/www/rutorrent/.htpasswd
AuthName "ruTorrent login"
AuthType Basic
require valid-user
</Location>
SCGIMount /RPC2 127.0.0.1:5000
</VirtualHost>

Due to some problem with the .htpasswd barking at wrong password even though it´s the right one. undecided.gif

My .rtorrent.rc is a working one from my Ubuntuserver and looks like this at the end:

scgi_port = 127.0.0.1:5000

But my install of ruTorrent can´t connect to my rTorrent telling me this:
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.

The firewall is off, apache is the owner and group on my ruTorrent folder and the ports are there but no luck to get ruTorrent running.

Can someone please help me out?

Best
 

randac56

Member
May 25, 2018
915
0
16
Doen nobody have a clue?

Have tried all other stuffs regarding to this error e.g:

* Remove the .lock-file with no success.
* Uninstall, and install it all over again.

And much more...