Hi,
I followed the tutorial http://forums.rutorrent.org/index.php?topic=256.0 and I have some problems with the https setup, but I would first like to sort out the issue with the scgi_port and scgi_host settings preventing me from using rutorrent.
rtorrent is running with screen. I also installed all the plugins that were mentioned in the tutorial. Starting rutorrent from firefox gives me the "bad link to rtorrent. Check if it is really running" error, telling me to check the scgi_port and scgi_host settings.
When I first tried using the settings from the tutorial, I got a "Bad response from server: (500 [error,list]" error, with none of the plugins visible from the rutorrent webui
I then changed the settings in /var/www/rutorrent/conf/config.php to:
Code:
scgi_port = 0
scgi_host = "unix:///home/rtor/.rtorrent/rpc.socket";
with rtor being the user that I added for using rtorrent
Settings in .rtorrent.rc :
Code:
scgi_port = 0
I tried adding the following line to .rtorrent.rc to no avail:
Code:
scgi_local = /home/rtor/.rtorrent//rpc.socket
This is where I'm stuck. I have used rtorrent and rutorrent before for several months without any problems. I installed now on a server that had previously run rtorrent. I did uninstall everything related to rtorrent, libtorrent, xmlrpc-c before I started the tutorial. I had to install some other tools to make everything (ubuntu 8.04 hardy) but I did succeed in installing.
Your advice would be greatly appreciated. I think I'm almost there, just some small settings that need to be changed. Hopefully
Thanks
I followed the tutorial http://forums.rutorrent.org/index.php?topic=256.0 and I have some problems with the https setup, but I would first like to sort out the issue with the scgi_port and scgi_host settings preventing me from using rutorrent.
rtorrent is running with screen. I also installed all the plugins that were mentioned in the tutorial. Starting rutorrent from firefox gives me the "bad link to rtorrent. Check if it is really running" error, telling me to check the scgi_port and scgi_host settings.
When I first tried using the settings from the tutorial, I got a "Bad response from server: (500 [error,list]" error, with none of the plugins visible from the rutorrent webui
I then changed the settings in /var/www/rutorrent/conf/config.php to:
Code:
scgi_port = 0
scgi_host = "unix:///home/rtor/.rtorrent/rpc.socket";
with rtor being the user that I added for using rtorrent
Settings in .rtorrent.rc :
Code:
scgi_port = 0
I tried adding the following line to .rtorrent.rc to no avail:
Code:
scgi_local = /home/rtor/.rtorrent//rpc.socket
This is where I'm stuck. I have used rtorrent and rutorrent before for several months without any problems. I installed now on a server that had previously run rtorrent. I did uninstall everything related to rtorrent, libtorrent, xmlrpc-c before I started the tutorial. I had to install some other tools to make everything (ubuntu 8.04 hardy) but I did succeed in installing.
Your advice would be greatly appreciated. I think I'm almost there, just some small settings that need to be changed. Hopefully
Thanks