From f2eee2fcf1412a9f2af21eeb19278f87d706eb8d Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 17 Jun 2015 12:20:54 +0200 Subject: [PATCH] =?utf8?q?Corrections=C2=A0:=20=20=20=20=20=20=20=20=20etc?= =?utf8?q?/php5/fpm/org/heureux-cyclage/clavette-*/php-fpm.conf.m4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../fpm/org/heureux-cyclage/clavette-grenoble/php-fpm.conf.m4 | 2 +- .../php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-grenoble/php-fpm.conf.m4 b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-grenoble/php-fpm.conf.m4 index 7a9475b..f43c35f 100644 --- a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-grenoble/php-fpm.conf.m4 +++ b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-grenoble/php-fpm.conf.m4 @@ -1,7 +1,6 @@ define(`POOL',patsubst(__file__,`^.*/fpm/\(.*\)/[^/]*$',`\1'))dnl [POOL] access.log = CAT(sys/php5/fpm/POOL/log/home)/access.log -allow_url_fopen = On catch_workers_output = no chdir = / env[HOSTNAME] = $HOSTNAME @@ -32,6 +31,7 @@ slowlog = CAT(sys/php5/fpm/POOL/log/home)/slow.log user = CAT(sys/php5/fpm/POOL/user) #php_admin_value[extension] = pdo_mysql.so php_admin_value[extension] = mysql.so +php_value[allow_url_fopen] = On pm.max_children = 4 pm.max_requests = 1000 pm.max_spare_servers = 4 diff --git a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 index 7a9475b..f43c35f 100644 --- a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 +++ b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 @@ -1,7 +1,6 @@ define(`POOL',patsubst(__file__,`^.*/fpm/\(.*\)/[^/]*$',`\1'))dnl [POOL] access.log = CAT(sys/php5/fpm/POOL/log/home)/access.log -allow_url_fopen = On catch_workers_output = no chdir = / env[HOSTNAME] = $HOSTNAME @@ -32,6 +31,7 @@ slowlog = CAT(sys/php5/fpm/POOL/log/home)/slow.log user = CAT(sys/php5/fpm/POOL/user) #php_admin_value[extension] = pdo_mysql.so php_admin_value[extension] = mysql.so +php_value[allow_url_fopen] = On pm.max_children = 4 pm.max_requests = 1000 pm.max_spare_servers = 4 -- 2.20.1