Pour le rutorrent.conf :
server {
listen 80 default_server;
listen 443 default_server ssl;
server_name _;
charset utf-8;
index index.html index.php;
client_max_body_size 10M;
ssl_certificate /etc/nginx/ssl/server.crt;
ssl_certificate_key /etc/nginx/ssl/server.key;
access_log /var/log/nginx/rutorrent-access.log combined;
error_log /var/log/nginx/rutorrent-error.log error;
error_page 500 502 503 504 /50x.html;
location = /50x.html { root /usr/share/nginx/html; }
auth_basic "seedbox";
auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd";
location = /favicon.ico {
access_log off;
log_not_found off;
}
## début config rutorrent ##
location ^~ /rutorrent {
root /var/www;
include /etc/nginx/conf.d/php;
include /etc/nginx/conf.d/cache;
location ~ /\.svn {
deny all;
}
location ~ /\.ht {
deny all;
}
}
location ^~ /rutorrent/conf/ {
deny all;
}
location ^~ /rutorrent/share/ {
deny all;
}
location /ALANDIL {
include scgi_params;
scgi_pass 127.0.0.1:5001;
auth_basic "seedbox";
auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd_alandil";
}
## fin config rutorrent ##
## début config rseedbox-manager ##
location ^~ / {
root /var/www/seedbox-manager/public;
include /etc/nginx/conf.d/php;
include /etc/nginx/conf.d/cache;
}
## fin config seedbox-manager ##
}
Changement de mdp effectué rien à faire ...
Le rutorrent-access.log dans lequel je ne vois aucun problème ... :
90.32.88.63 - - [25/Mar/2015:21:42:07 +0100] "GET /rutorrent HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - alandil [25/Mar/2015:21:42:15 +0100] "GET /rutorrent HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - alandil [25/Mar/2015:21:42:29 +0100] "GET /rutorrent HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - alandil [25/Mar/2015:21:42:42 +0100] "GET /rutorrent HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:21:43:22 +0100] "-" 400 0 "-" "-"
90.32.88.63 - - [25/Mar/2015:21:52:21 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - alandil [25/Mar/2015:21:52:29 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - alandil [25/Mar/2015:21:52:41 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:00 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:01 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:01 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:02 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:02 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:02 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:02 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - root [25/Mar/2015:22:01:11 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:26 +0100] "-" 400 0 "-" "-"
90.32.88.63 - - [25/Mar/2015:22:01:31 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - alandil [25/Mar/2015:22:01:37 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - root [25/Mar/2015:22:01:43 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - - [25/Mar/2015:22:01:51 +0100] "-" 400 0 "-" "-"
188.40.87.22 - - [25/Mar/2015:22:51:15 +0100] "GET / HTTP/1.1" 401 188 "-" "Python-urllib/2.7"
188.40.87.22 - - [25/Mar/2015:22:51:15 +0100] "GET /script HTTP/1.1" 401 188 "-" "Python-urllib/2.7"
80.243.179.90 - - [26/Mar/2015:02:22:16 +0100] "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" 400 166 "-" "-"
80.243.179.90 - - [26/Mar/2015:02:22:16 +0100] "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" 400 166 "-" "-"
116.211.0.90 - - [26/Mar/2015:03:45:58 +0100] "GET http://ddns.oray.com/checkip HTTP/1.1" 401 590 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
116.211.0.90 - - [26/Mar/2015:03:45:59 +0100] "\x00" 400 166 "-" "-"
92.222.220.41 - - [26/Mar/2015:03:56:10 +0100] "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" 400 166 "-" "-"
184.105.139.68 - - [26/Mar/2015:04:34:04 +0100] "GET / HTTP/1.1" 401 188 "-" "-"
184.105.139.68 - - [26/Mar/2015:04:37:58 +0100] "GET / HTTP/1.1" 401 188 "-" "-"
184.105.139.68 - - [26/Mar/2015:04:39:48 +0100] "-" 400 0 "-" "-"
24.41.128.10 - - [26/Mar/2015:06:49:35 +0100] "GET /w00tw00t.at.ISC.SANS.Win32:) HTTP/1.1" 400 166 "-" "-"
54.166.178.233 - - [26/Mar/2015:09:39:53 +0100] "HEAD / HTTP/1.1" 401 0 "-" "Cloud mapping experiment. Contact research@pdrlabs.net"
54.166.178.233 - - [26/Mar/2015:09:39:53 +0100] "GET /clientaccesspolicy.xml HTTP/1.1" 401 188 "-" "Cloud mapping experiment. Contact research@pdrlabs.net"
54.198.32.175 - - [26/Mar/2015:09:39:56 +0100] "-" 400 0 "-" "-"
128.61.240.66 - - [26/Mar/2015:10:43:28 +0100] "GET / HTTP/1.0" 401 188 "-" "netscan.gtisc.gatech.edu"
75.97.230.37 - - [26/Mar/2015:11:10:47 +0100] "GET /tmUnblock.cgi HTTP/1.1" 400 166 "-" "-"
75.97.230.37 - - [26/Mar/2015:11:10:47 +0100] "GET / HTTP/1.1" 400 166 "-" "-"
95.25.165.151 - - [26/Mar/2015:13:18:14 +0100] "GET http://t1.proxy-checks.com/favicon.ico HTTP/1.1" 400 666 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NE$
95.25.165.151 - - [26/Mar/2015:13:18:19 +0100] "GET http://158.255.214.106/favicon.ico HTTP/1.1" 400 666 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CL$
95.25.165.151 - - [26/Mar/2015:13:18:28 +0100] "CONNECT t14.proxy-checks.com:443 HTTP/1.1" 400 166 "-" "-"
95.25.165.151 - - [26/Mar/2015:13:18:58 +0100] "CONNECT 37.235.56.23:443 HTTP/1.1" 400 166 "-" "-"
95.25.165.151 - - [26/Mar/2015:13:19:14 +0100] "POST http://t7.proxy-checks.com/favicon.ico HTTP/1.1" 400 666 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .N$
95.25.165.151 - - [26/Mar/2015:13:19:26 +0100] "\x04\x01\x01\xBB.l'\x93\x00" 400 166 "-" "-"
46.105.53.34 - - [26/Mar/2015:13:35:08 +0100] "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" 400 166 "-" "-"
46.105.53.34 - - [26/Mar/2015:13:35:08 +0100] "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" 400 166 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:01 +0100] "GET / HTTP/1.1" 401 188 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:02 +0100] "GET /robots.txt HTTP/1.1" 401 188 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:04 +0100] "-" 400 0 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:04 +0100] "" 400 0 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:05 +0100] "-" 400 0 "-" "-"
115.204.93.101 - - [26/Mar/2015:14:23:05 +0100] "GET http://wujieliulan.com/mnews.htm HTTP/1.1" 401 590 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)"
122.226.102.84 - - [26/Mar/2015:14:23:07 +0100] "" 400 0 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:07 +0100] "" 400 0 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:08 +0100] "" 400 0 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:12 +0100] "quit" 400 166 "-" "-"
122.226.102.84 - - [26/Mar/2015:14:23:41 +0100] "-" 400 0 "-" "-"
176.194.155.112 - - [26/Mar/2015:16:09:24 +0100] "GET /tmUnblock.cgi HTTP/1.1" 400 166 "-" "-"
176.194.155.112 - - [26/Mar/2015:16:09:24 +0100] "GET / HTTP/1.1" 400 166 "-" "-"
95.211.206.152 - - [26/Mar/2015:16:16:48 +0100] "GET /w00tw00t.at.ISC.SANS.DFind:) HTTP/1.1" 400 166 "-" "-"
90.32.88.63 - - [26/Mar/2015:16:43:37 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
90.32.88.63 - alandil [26/Mar/2015:16:43:44 +0100] "GET / HTTP/1.1" 401 188 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0"
Le rutorrent-error.log dans lequel je vois bien qu'il y a un problème sans voir comment le cerner ... :
2015/03/25 21:42:07 [error] 9801#0: *1 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET /rutorrent HTTP/1.1", host: "37.187.x.x"
2015/03/25 21:42:15 [error] 9801#0: *1 user "alandil": password mismatch, client: 90.32.x.x, server: _, request: "GET /rutorrent HTTP/1.1", host: "37.187.x.x"
2015/03/25 21:42:29 [error] 9801#0: *1 user "alandil": password mismatch, client: 90.32.x.x, server: _, request: "GET /rutorrent HTTP/1.1", host: "37.187.x.x"
2015/03/25 21:42:42 [error] 9801#0: *1 user "alandil": password mismatch, client: 90.32.x.x, server: _, request: "GET /rutorrent HTTP/1.1", host: "37.187.x.x"
2015/03/25 21:43:17 [error] 9801#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET /favicon.ico HTTP/1.1", host: "37.187.x.x"
2015/03/25 21:43:17 [error] 9801#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET /favicon.ico HTTP/1.1", host: "37.187.x.x"
2015/03/25 21:52:21 [error] 13117#0: *1 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 21:52:29 [error] 13117#0: *1 user "alandil": password mismatch, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 21:52:41 [error] 13117#0: *1 user "alandil": password mismatch, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:00 [error] 13117#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:01 [error] 13117#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:01 [error] 13117#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:02 [error] 13117#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:02 [error] 13117#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:02 [error] 13117#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:02 [error] 13117#0: *2 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:11 [error] 13117#0: *2 user "root" was not found in "/etc/nginx/passwd/rutorrent_passwd", client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:31 [error] 13117#0: *4 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:37 [error] 13117#0: *4 user "alandil": password mismatch, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:43 [error] 13117#0: *4 user "root" was not found in "/etc/nginx/passwd/rutorrent_passwd", client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:45 [error] 13117#0: *4 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET /favicon.ico HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:01:45 [error] 13117#0: *4 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET /favicon.ico HTTP/1.1", host: "37.187.x.x"
2015/03/25 22:51:15 [error] 13117#0: *6 no user/password was provided for basic authentication, client: 188.40.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x:80"
2015/03/25 22:51:15 [error] 13117#0: *7 no user/password was provided for basic authentication, client: 188.40.x.x, server: _, request: "GET /script HTTP/1.1", host: "37.187.x.x:80"
2015/03/26 03:45:58 [error] 13117#0: *10 no user/password was provided for basic authentication, client: 116.211.x.x, server: _, request: "GET http://ddns.oray.com/checkip HTTP/1.1", host: "ddns.oray.com"
2015/03/26 04:34:04 [error] 13117#0: *12 no user/password was provided for basic authentication, client: 184.105.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/26 04:37:58 [error] 13117#0: *13 no user/password was provided for basic authentication, client: 184.105.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/26 09:39:53 [error] 13117#0: *16 no user/password was provided for basic authentication, client: 54.166.x.x, server: _, request: "HEAD / HTTP/1.1", host: "37.187.x.x"
2015/03/26 09:39:53 [error] 13117#0: *17 no user/password was provided for basic authentication, client: 54.166.x.x, server: _, request: "GET /clientaccesspolicy.xml HTTP/1.1", host: "37.187.x.x"
2015/03/26 10:43:28 [error] 13117#0: *19 no user/password was provided for basic authentication, client: 128.61.x.x, server: _, request: "GET / HTTP/1.0"
2015/03/26 14:23:01 [error] 13117#0: *30 no user/password was provided for basic authentication, client: 122.226.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/26 14:23:02 [error] 13117#0: *31 no user/password was provided for basic authentication, client: 122.226.x.x, server: _, request: "GET /robots.txt HTTP/1.1", host: "37.187.x.x"
2015/03/26 14:23:05 [error] 13117#0: *34 no user/password was provided for basic authentication, client: 115.204.x.x, server: _, request: "GET http://wujieliulan.com/mnews.htm HTTP/1.1", host: "wujieliulan.com"
2015/03/26 16:43:37 [error] 13117#0: *44 no user/password was provided for basic authentication, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
2015/03/26 16:43:44 [error] 13117#0: *44 user "alandil": password mismatch, client: 90.32.x.x, server: _, request: "GET / HTTP/1.1", host: "37.187.x.x"
Je n'arrive pas non plus à me co par le biais de filezilla.
Je n'ai pas de tenue moulante et sexy comme la nana dans le cinquième élément mais quand même ...... Please Help !