Salut
Non , on utilise plutôt nginx dans les parages
Pour ton truc, c'est assez simple:
tu passes en tmp:
cd /tmp
téléchargement:
wget https://github.com/Blount/LBCAlerte/archive/2.9.1.tar.gz
tu décompresses:
tar xzfv 2.9.1.tar.gz
tu déplaces avec un nom plus propre:
mv LBCAlerte-2.9.1 /var/www/LBCAlerte
tu donnes le bon proprio pour les droits:
chown -R www-data:www-data /var/www/LBCAlerte
tu ouvres ton fichier de conf nginx:
nano /etc/nginx/sites-enabled/rutorrent.conf
et tu colles avec le reste des "location" (pas n'importe où):
location ^~ /LBCAlerte {
root /var/www;
include /etc/nginx/conf.d/php.conf;
include /etc/nginx/conf.d/cache.conf;
satisfy any;
allow all;
}
tu relances nginx:
service nginx restart
et ça doit être bon:
https://x.x.x.x/LBCAlerte/
tu réponds pour finaliser l'install' (tu choisis "fichier", pas MySQL)
Ex.