Hi JMSolo,
Thanks for the answer but I’ve already check it, in my .torrent.rc :
scgi_port = localhost:33503
In my virtualhost :
<VirtualHost *:80>
DocumentRoot “/srv/rutorrent/home”
<Directory “/srv/rutorrent/home/”>
Options Indexes FollowSymLinks
AllowOverride All AuthConfig
Order allow,deny
Allow from all
AuthType Digest
AuthName "rutorrent"
AuthUserFile '/etc/htpasswd’
Require valid-user
SCGIMount /admin 127.0.0.1:33503
<VirtualHost *:443>
Options +Indexes +MultiViews +FollowSymLinks
SSLEngine on
DocumentRoot “/srv/rutorrent/home”
<Directory “/srv/rutorrent/home/”>
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride All AuthConfig
Order allow,deny
Allow from all
AuthType Digest
AuthName "rutorrent"
AuthUserFile '/etc/htpasswd’
Require valid-user
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
SetEnvIf User-Agent “.MSIE.” nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
SCGIMount /admin 127.0.0.1:33503
SCGIMount /admin 127.0.0.1:33503
In /srv/rutorrent/conf/config.php :
$scgi_port = 5000;
$scgi_host = “127.0.0.1”;
I’ve tried to change 5000 for 33503, like in apache and .rtorrent.rc conf, but it stille doesn’t work.
Note that my sickrage is not located on the same public and private network. Sickrage is on a online.net server and rutorrent on liteserver.nl VPS.
So, must I change something to be able to join rutorrent via SCGI from another network ?
Maybe changing localhost/127.0.0.1 by sickrage’s IP ?
When I do a ss -l, I can see that my server listen on 33503’s port only for 127.0.0.1
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port
tcp LISTEN 0 0 127.0.0.1:33503 :
I’m not at eas with the SCGI …
Note that it is the default configuration from QuickBox installation.
Sorry if my english is not always clear