linux:php7fpm-debian8
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
linux:php7fpm-debian8 [2016/06/28 20:30] – [Vhost] gdureuil | linux:php7fpm-debian8 [2020/07/24 22:03] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== php7.0-fpm sur Debian 8 ====== | ====== php7.0-fpm sur Debian 8 ====== | ||
+ | |||
+ | <WRAP center important 100%> | ||
+ | Debian 9 n'a plus besoin d' | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Information ===== | ||
PHP 7 n'est pas disponible par défaut sur Debian8. Il faut donc ajouter le dépôt " | PHP 7 n'est pas disponible par défaut sur Debian8. Il faut donc ajouter le dépôt " | ||
Ligne 23: | Ligne 30: | ||
<sxh bash;> | <sxh bash;> | ||
- | apt install php7.0-fpm php7.0 php7.0-sqlite php7.0-mysql php7.0-gd php7.0-curl php7.0-xml php7.0-zip php7.0-mbstring | + | apt install php7.0-fpm php7.0 php7.0-sqlite php7.0-mysql php7.0-gd php7.0-curl |
</ | </ | ||
Ligne 49: | Ligne 56: | ||
pm = ondemand | pm = ondemand | ||
pm.max_children = 20 | pm.max_children = 20 | ||
- | pm.process_idle_timeout = 15s | + | pm.process_idle_timeout = 10s |
+ | pm.max_requests = 500 | ||
</ | </ | ||
Ligne 75: | Ligne 83: | ||
Pour changer de version de php utilisée, il suffit de pointer dans le vhost sur le bon socket php-fpm. | Pour changer de version de php utilisée, il suffit de pointer dans le vhost sur le bon socket php-fpm. | ||
- | <WRAP center | + | <WRAP center alert 100%> |
Ceci n'est qu'un extrait du fichier vhost, concernant php7.0-fpm. [[linux: | Ceci n'est qu'un extrait du fichier vhost, concernant php7.0-fpm. [[linux: | ||
</ | </ | ||
Ligne 82: | Ligne 90: | ||
Liste non exhaustive de mes tests sur php7.0, validés : | Liste non exhaustive de mes tests sur php7.0, validés : | ||
- | * Wordpress 4.5.3 | + | * [[https:// |
- | * Kanboard 1.3.0 | + | * [[https:// |
- | * Nextcloud 9.0.51 | + | * [[https:// |
- | * Dokuwiki Release 2016-06-26 " | + | * [[https:// |
- | * Lychee 3.1.2 | + | * [[http:// |
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Sources ===== | ||
+ | |||
+ | [[https:// |
linux/php7fpm-debian8.1467145857.txt.gz · Dernière modification : 2020/07/24 22:03 (modification externe)