J'ai reformaté mon serveur,
j'ai tout refait la réinstall en suivant le tuto,
La connexion ftp marche en sftp over SSH via flashfxp (je n'ai donc pas remis ftp pro comme vous me l'avez conseillé)
J'ai acccès à rTorrent via le web, j'ai ajouté un torrent qui est apparu sur le ftp,
Par contre pour ajouter le torrent j'ai du faire "aide" puis ctrl-o
J'ai bien eu le message "torrent ajouté"
Mais rien n'est apparu
j'ai toujours un soucis, rien ne s'affiche dans la fenêtre du milieu (pour voir la vitesse, les %age ...)
et il me met toujours à la place
"la liste des torrents n'est pas encore disponible, la connexion à rTorrent n'a pas encore été établie."
Pour Nico j'ai rentré tes commandes et j'ai eu
ps -U **** | grep rtorrent
root@******:~# ps -U **** | grep rtorrent
30543 pts/2 00:00:33 rtorrent
nano /home/****/.rtorrent.rc
root@******:~# nano /home/****/.rtorrent.rc
GNU nano 2.2.4 Fichier : /home/****/.rtorrent.rc
schedule = chmod,0,0,"execute=chmod,777,/home/****/.session/***.socket"
execute = {sh,-c,rm -f /home/****/.session/wam.socket}
scgi_local = /home/****/.session/***.socket
execute = {sh,-c,chmod 0666 /home/****/.session/***.socket}
encoding_list = UTF-8
port_range = 45000-65000
port_random = no
check_hash = no
directory = /home/****/torrents
session = /home/****/.session
encryption = allow_incoming, try_outgoing, enable_retry
schedule = watch_directory,1,1,"load_start=/home/****/watch/*.torrent"
schedule = untied_directory,5,5,"stop_untied=/home/****/watch/*.torrent"
use_udp_trackers = yes
dht = off
peer_exchange = no
execute = {sh,-c,/usr/bin/php /var/www/rutorrent/php/initplugins.php **** &}
nano /etc/lighttpd/lighttpd.conf
root@******:~# nano /etc/lighttpd/lighttpd.conf
GNU nano 2.2.4 Fichier : /etc/lighttpd/lighttpd.conf
server.modules = (
"mod_access",
"mod_alias",
"mod_compress",
"mod_redirect",
# "mod_rewrite",
)
server.document-root = "/var/www"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
index-file.names = ( "index.php", "index.html",
"index.htm", "default.htm",
" index.lighttpd.html" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
include_shell "/usr/share/lighttpd/use-ipv6.pl"
dir-listing.encoding = "utf-8"
server.dir-listing = "enable"
compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ( "application/x-javascript", "text/css", "text/html", "text/plain" )
include_shell "/usr/share/lighttpd/create-mime.assign.pl"
include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
fastcgi.server = ( ".php" => ((
"bin-path" => "/usr/bin/php5-cgi",
"socket" => "/tmp/php.socket"
)))
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/etc/lighttpd/certs/lighttpd.pem"
}
server.modules += ( "mod_auth" )
auth.backend = "htdigest"
auth.backend.htdigest.userfile = "/etc/lighttpd/.auth"
auth.debug = 2
auth.require = ( "/rutorrent/" =>
(
"method" => "digest",
"realm" => "ruTorrent Seedbox",
"require" => "valid-user"
)
)
server.modules += ( "mod_scgi" )
scgi.server = (
"/***0" =>
( "127.0.0.1" =>
(
"socket" => "/home/****/.session/***.socket",
"check-local" => "disable",
"disable-time" => 0, # don't disable scgi if connection fails
)
)
)
nano /var/www/rutorrent/conf/users/****/config.php
<?php
$topDirectory = '/home/****';
$scgi_port = 0;
$scgi_host = "unix:///home/****/.session/***.socket";
$XMLRPCMountPoint = "/***0";
?>
Merci d'avance pour votre aide