Salut salut,

Alors voilà, je suis passé sous nginx suite à une discussion que j'avais eu il y a un moment avec Magicalex.

J'ai placé mon petit site de présentation du raspberry pi dans la dossier /var/www/ comme je le faisais sous lighttpd.

Le soucis est que quand je rentre l'url, on me demande mon mot de passe rutorrent, ce que je ne veux évidemment pas.

Il doit falloir faire un truc avec les site-enable etc... mais je connais pas du tout pour le moment, donc je fais appel à vous

Mon site comporte des images, des fichiers php css et js

Merci pour votre aide.

B2B
ok je vois.

tu uploads ton site dans /var/www
nano /etc/nginx/sites-enabled/rutorrent.conf
et entre
server {
    ...
}
tu rajoutes
location ^~ /TON-SITE {
    root /var/www;
    include /etc/nginx/conf.d/php;
    include /etc/nginx/conf.d/cache;
    satisfy any;
    allow all;
}
remplace TON-SITE par le nom du dossier contenant ton site.
Et dans server il y a rien a faire?
Niveau port, niveau SSL, niveau log etc...?
J'ai rien dit c'est déjà dans le fichier rutorrent.conf
Malheureusement, cela ne marche pas, j'ai toujours le mot de passe qui m'est demandé
location ^~ /TON-SITE {
    root /var/www;
    index index.php
    include /etc/nginx/conf.d/php;
    include /etc/nginx/conf.d/cache;
    satisfy any;
    allow all;
}
ajoute index index.php normalement c'est bon

et redémarre nginx
service nginx restart
Ca change rien.
Il peut pas y avoir un autre service à redémarrer ou je ne sais quoi?
tu peux donner les logs?
cat /var/log/nginx/rutorrent-error.log
Ca remarche, j'ai reboot le serveur, mais ca me demande toujours un mot de passe pour accèder à mon site.
cat /var/log/nginx/rutorrent-error.log wrote: cat /var/log/nginx/rutorrent-error.log
2014/03/09 15:43:40 [error] 3922#0: *3482 no user/password was provided for basic authentication, client: XXXXXXX, server: _, request: "GET /rutorrent/logserver/access.html HTTP/1.1", host: "XXXXX"
2014/03/09 15:44:05 [error] 3922#0: *3509 no user/password was provided for basic authentication, client: XXXXXX, server: _, request: "GET /rutorrent/logserver/access.html HTTP/1.1", host: "XXXXXX"
2014/03/09 16:03:24 [error] 3925#0: *4314 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /rutorrent/images/favicon-16x16.png HTTP/1.1", host: "XXXXXX"
2014/03/09 16:03:55 [error] 3925#0: *4315 no user/password was provided for basic authentication, client: XXXX, server: _, request: "GET /rutorrent/ HTTP/1.1", host: "XXXXX"
2014/03/09 16:04:01 [error] 3922#0: *4318 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "POST /THI0 HTTP/1.1", host: "XXXXXeu", referrer: "https://XXXXX/rutorrent/"
2014/03/09 16:55:14 [error] 3922#0: *6478 client intended to send too large body: 1573933 bytes, client: XXXXX, server: _, request: "POST /rutorrent/php/addtorrent.php?dir_edit=%2Fhome%2Fthibault%2Ftorrents%2FBuffer&label=a.suppr HTTP/1.1", host: "XXXXX", referrer: "https://XXXXX/rutorrent/"
2014/03/09 16:55:45 [error] 3925#0: *6540 client intended to send too large body: 1573933 bytes, client: XXXXX, server: _, request: "POST /rutorrent/php/addtorrent.php?dir_edit=%2Fhome%2Fthibault%2Ftorrents%2FBuffer&label=a.suppr HTTP/1.1", host: "XXXXX", referrer: "https://XXXXX/rutorrent/"
2014/03/09 16:56:15 [error] 3925#0: *6558 client intended to send too large body: 1573933 bytes, client: XXXXX, server: _, request: "POST /rutorrent/php/addtorrent.php?dir_edit=%2Fhome%2Fthibault%2Ftorrents%2FBuffer&label=a.suppr HTTP/1.1", host: "XXXXX", referrer: "https://XXXXX/rutorrent/"
2014/03/09 17:21:12 [error] 3924#0: *7077 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /rutorrent HTTP/1.1", host: "XXXXX"
2014/03/09 17:54:37 [error] 3923#0: *7148 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /admin/config.php HTTP/1.0", host: "XXXXX"
2014/03/09 19:12:09 [error] 3922#0: *7575 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /rutorrent/logserver/access.html HTTP/1.1", host: "XXXXX"
2014/03/09 20:28:28 [error] 3924#0: *9754 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET / HTTP/1.0"
2014/03/09 22:21:30 [error] 3924#0: *9755 open() "/etc/nginx/html/site_raspberry" failed (2: No such file or directory), client: XXXXX, server: _, request: "GET /site_raspberry HTTP/1.1", host: "XXXXX"
2014/03/09 22:21:37 [error] 3922#0: *9757 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry HTTP/1.1", host: "XXXXX"
2014/03/09 22:24:00 [error] 28128#0: *1 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry HTTP/1.1", host: "XXXXX"
2014/03/09 22:24:52 [error] 28128#0: *2 open() "/etc/nginx/html/site_raspberry" failed (2: No such file or directory), client: XXXXX, server: _, request: "GET /site_raspberry HTTP/1.1", host: "XXXXX"
2014/03/09 22:24:57 [error] 28128#0: *3 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry HTTP/1.1", host: "XXXXX"
2014/03/09 22:28:33 [error] 28128#0: *4 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry/ HTTP/1.1", host: "XXXXX"
2014/03/09 22:28:36 [error] 28128#0: *4 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry/ HTTP/1.1", host: "XXXXX"
2014/03/09 22:50:29 [error] 29722#0: *1 "/etc/nginx/html/site_raspberry/index.html" is not found (2: No such file or directory), client: XXXXX, server: _, request: "GET /site_raspberry/ HTTP/1.1", host: "XXXXX"
2014/03/09 22:50:35 [error] 29722#0: *1 open() "/etc/nginx/html/site_raspberry/index.php" failed (2: No such file or directory), client: XXXXX, server: _, request: "GET /site_raspberry/index.php HTTP/1.1", host: "XXXXX"
2014/03/09 22:50:39 [error] 29722#0: *2 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry/index.php HTTP/1.1", host: "XXXXX"
2014/03/09 22:53:24 [error] 29927#0: *1 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry/index.php HTTP/1.1", host: "XXXXX"
2014/03/09 22:53:32 [error] 29927#0: *1 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry/ HTTP/1.1", host: "XXXXX"
2014/03/09 22:57:55 [error] 30199#0: *1 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry/ HTTP/1.1", host: "XXXXX"
2014/03/09 22:58:02 [error] 30199#0: *2 "/etc/nginx/html/site_raspberry/index.html" is not found (2: No such file or directory), client: XXXXX, server: _, request: "GET /site_raspberry/ HTTP/1.1", host: "XXXXX"
2014/03/09 22:58:07 [error] 30199#0: *1 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry/ HTTP/1.1", host: "XXXXX"
2014/03/09 23:06:04 [error] 4010#0: *18 no user/password was provided for basic authentication, client: XXXXX, server: _, request: "GET /site_raspberry/ HTTP/1.1", host: "XXXXX"
tu peux me donner url?

edit : je sèche un peu, ça doit être évident mais je vois pas.

Tu peux mettre le fichier rutorrent.conf en entier?
https://http://ns3285315.ip-5-135-177.eu/site_raspberry/
server {
    listen 80 default_server;
    listen 443 default_server ssl;
    server_name _;
    index index.html index.php;
    charset utf-8;

    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;
        return 204;
    }
    
    ## 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 /THI0 {
        include scgi_params;
        scgi_pass 127.0.0.1:5001; # ou socket : unix:/home/username/.session/username.socket;
        auth_basic "seedbox";
        auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd_thibault";
    }
    
    ## fin config rutorrent ##

    ## Début config cakebox 2.8 ##

#    location ^~ /cakebox {
#	root /var/www/;
#	include /etc/nginx/conf.d/php;
#	include /etc/nginx/conf.d/cache;
#    }

#    location /cakebox/downloads {
#	root /var/www;
#	satisfy any;
#	allow all;
#    }

    ## fin config cakebox 2.8 ##

    ## début config seedbox manager ##

#    location ^~ / {
#	root /var/www/manager;
#	include /etc/nginx/conf.d/php;
#	include /etc/nginx/conf.d/cache;
#    }

#    location ^~ /conf/ {
#	root /var/www/manager;
#	deny all;
#    }

    ## fin config seedbox manager ##

    ## Debut config site-raspberry ##
    
    location ^~ /site-raspberry {
        root /var/www;
        index index.php
        include /etc/nginx/conf.d/php;
        include /etc/nginx/conf.d/cache;
        satisfy any;
        allow all;
    }

    ## Fin config site-raspberry ##

}
t'as une erreur dans ton fichier.

t'as oublié le point virgule ";" après "index index.php;"

d'ailleurs au reboot nginx doit pas être content non?
lol
tu parles il me dit rien le méchant

service nginx restart
[ ok ] Restarting nginx: nginx.
Bonsoir,

pour le mot de passe, il faut voir dans la config de Nginx notamment ces points là :
root /var/www
location /ruTorrent
{
        auth_basic "seedbox";
        auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd_<username>";
}
# Dans cet exemple, le dossier de ruTorrent se trouve dans : /var/www 
Avec cette config, pour accéder à ruTorrent cela requiert (obligatoirement) un login et un mot de passe. C'est le seul dossier concerné. Donc, il faut modifier votre fichier nginx.conf afin d'avoir la même chose.

Bien entendu, ne pas oublier de redémarrer Nginx afin que la modification s'applique.
service nginx restart
Bon ben ca marche, j'ai réécrit le fichier, la partie pour mon site.
Je sais pas, peut etre un truc qui s'est glissé, une faute de frappe ou autres.
En tout cas merci
Wagner wrote:Bonsoir,

pour le mot de passe, il faut voir dans la config de Nginx notamment ces points là :
root /var/www
location /ruTorrent
{
        auth_basic "seedbox";
        auth_basic_user_file "/etc/nginx/passwd/rutorrent_passwd_<username>";
}
# Dans cet exemple, le dossier de ruTorrent se trouve dans : /var/www 
Avec cette config, pour accéder à ruTorrent cela requiert (obligatoirement) un login et un mot de passe. C'est le seul dossier concerné. Donc, il faut modifier votre fichier nginx.conf afin d'avoir la même chose.
oui mais non, normalement avec satisfy any on devrait réussir

c'est une des raisons d'ailleurs qui ma poussé à choisir nginx lol
http://nginx.org/en/docs/http/ngx_http_core_module.html#satisfy

encore un peu les logs svp?
Backtoback wrote:Bon ben ca marche, j'ai réécrit le fichier, la partie pour mon site.
Je sais pas, peut etre un truc qui s'est glissé, une faute de frappe ou autres.
En tout cas merci 🙂
edit magicalex : ok 🙂
Ok je vois, je connaissais pas le rôle de ce "satisfy any;"
Répondre…