I've seen a lot of people with this problem, but I have yet to find a solution to my problem searching this forum.
The error message:
Quote
screenshot
Specifics of my situation:
Code:
glen@Apollo-server:~$ grep scgi /var/www/rutorrent/conf/config.php
$scgi_port = 5000;
$scgi_host = "127.0.0.1";
// (scgi_local in rtorrent conf file), change variables
// $scgi_port = 0;
// $scgi_host = "unix:///tmp/rpc.socket";
glen@Apollo-server:~$ pgrep torr -l
795 rtorrent
glen@Apollo-server:~$ cat .rtorrent.rc
scgi_port = 127.0.0.1:5000
and the relevant chunk of my sites-enabled file for apache:
Code:
# ruTorrent settings
<Directory /var/www/rutorrent/>
AuthType Basic
AuthName "ruTorrent access"
AuthUserFile /etc/apache2/rutorrent_passwd
Require user torrent
Options FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
</Directory>
Something in my gut tells me that I'm missing a package or plugin for either rutorrent or apache, but I'm not sure how I could find that out.
My sincere apologies if it turns out I'm merely inept at forum-searching
The error message:
Quote
Bad link 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.
screenshot
Specifics of my situation:
- I'm running Ubuntu Server 11.04 64-bit
- rtorrent was installed using apt-get
- rutorrent is running from an svn checkout
- Web server is apache2. ruTorrent is accessible only to a user called torrent (AuthType basic)
Code:
glen@Apollo-server:~$ grep scgi /var/www/rutorrent/conf/config.php
$scgi_port = 5000;
$scgi_host = "127.0.0.1";
// (scgi_local in rtorrent conf file), change variables
// $scgi_port = 0;
// $scgi_host = "unix:///tmp/rpc.socket";
glen@Apollo-server:~$ pgrep torr -l
795 rtorrent
glen@Apollo-server:~$ cat .rtorrent.rc
scgi_port = 127.0.0.1:5000
and the relevant chunk of my sites-enabled file for apache:
Code:
# ruTorrent settings
<Directory /var/www/rutorrent/>
AuthType Basic
AuthName "ruTorrent access"
AuthUserFile /etc/apache2/rutorrent_passwd
Require user torrent
Options FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
</Directory>
Something in my gut tells me that I'm missing a package or plugin for either rutorrent or apache, but I'm not sure how I could find that out.
My sincere apologies if it turns out I'm merely inept at forum-searching