如果还不行,请尝试第二步
edit /home/username/.rtorrent.rc and change line 10 from
network.scgi.open_port = localhost:54058
to
network.scgi.open_port = 127.0.0.1:54058
edit /srv/rutorrent/conf/users/username/config.php
and change line 19 from
$scgi_host = “localhost”;
to
$scgi_host = “127.0.0.1”;