PHP 5.4 OK on Debian Wheezy

This commit is contained in:
Emilien Mantel
2015-07-23 17:10:15 +02:00
parent e87f2a8d34
commit 227b235233
7 changed files with 455 additions and 2 deletions

View File

@@ -30,3 +30,12 @@ php_apc_stat: "1"
php_apc_enable_cli: "0"
# PHP-FPM
php_fpm_poold:
- pool_name: 'www'
listen: '/var/run/php5-fpm.sock'
pm: 'dynamic'
pm_max_children: 250
pm_start_servers: 10
pm_min_spare_servers: 10
pm_max_spare_servers: 20