in php-fpm pool configuration replace listen = /var/run/php5-fpm.sock with listen = 127.0.0.1:7777 in /etc/nginx/php_location replace fastcgi_pass unix:/var/run/php5-fpm.sock; with fastcgi_pass 127.0.0.1:7777; voir […]
Mot-clé - configuration
lundi 24 février 2014
problème de Locale - Setting locale failed
lundi 24 février 2014. Divers
Lorsque l'on a ce message là: perl: warning: Setting locale failed.perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "fr_FR.UTF-8" are supported and installed on your system.perl: warning: Falling back to the standard locale […]
vendredi 9 mars 2012
paramétrer la configuration réseau sur ubuntu (serveur)
vendredi 9 mars 2012.
Modifier le fichier /etc/networking/interfaces Pour du statique (attention, les valeurs dépendent du réseau ou l'on se trouve, choisir les serveurs DNS (optionnels) entre google et opendns)auto enp0s3iface enp0s3 inet static address 192.168.1.50 netmask 255.255.255.0 gateway […]