From 0413dcd8bcb432071ebddf429016fefe3216035b Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Wed, 15 Apr 2015 11:33:47 +0200 Subject: [PATCH] =?utf8?q?Corrections=C2=A0:=20=20=20=20=20=20=20=20=20etc?= =?utf8?q?/php5/fpm/org/heureux-cyclage/lhc=5Fclav=5Flyon/...=20->=20etc/p?= =?utf8?q?hp5/fpm/org/heureux-cyclage/clavette-lyon/...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../etc/nginx/org/heureux-cyclage/clavette-lyon/install | 2 +- .../org/heureux-cyclage/{lhc_clav_lyon => clavette-lyon}/... | 0 .../{lhc_clav_lyon => clavette-lyon}/php-fpm.conf.m4 | 5 ++--- .../fpm/org/heureux-cyclage/clavette-lyon/{pool => user} | 0 4 files changed, 3 insertions(+), 4 deletions(-) rename srv/ateliers/etc/php5/fpm/org/heureux-cyclage/{lhc_clav_lyon => clavette-lyon}/... (100%) rename srv/ateliers/etc/php5/fpm/org/heureux-cyclage/{lhc_clav_lyon => clavette-lyon}/php-fpm.conf.m4 (85%) rename srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/{pool => user} (100%) diff --git a/srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/install b/srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/install index 10c48da..d845dfb 100755 --- a/srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/install +++ b/srv/ateliers/etc/nginx/org/heureux-cyclage/clavette-lyon/install @@ -17,7 +17,7 @@ # ACTION: install from ./etc/nginx/org/heureux-cyclage/clavette-lyon nginx_log_home=$("$tool"/cat sys/nginx/log/home) nginx_log_user=$("$tool"/cat sys/nginx/log/user) - pool=$("$tool"/cat sys/php5/fpm/org/heureux-cyclage/clavette-lyon/pool) + pool=$("$tool"/cat sys/php5/fpm/org/heureux-cyclage/clavette-lyon/user) user=$("$tool"/cat sys/nginx/org/heureux-cyclage/clavette-lyon/user) home=$("$tool"/cat sys/nginx/org/heureux-cyclage/clavette-lyon/home) "$tool"/ssh-sudo \ diff --git a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/lhc_clav_lyon/... b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/... similarity index 100% rename from srv/ateliers/etc/php5/fpm/org/heureux-cyclage/lhc_clav_lyon/... rename to srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/... diff --git a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/lhc_clav_lyon/php-fpm.conf.m4 b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 similarity index 85% rename from srv/ateliers/etc/php5/fpm/org/heureux-cyclage/lhc_clav_lyon/php-fpm.conf.m4 rename to srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 index 8acf077..7126680 100644 --- a/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/lhc_clav_lyon/php-fpm.conf.m4 +++ b/srv/ateliers/etc/php5/fpm/org/heureux-cyclage/clavette-lyon/php-fpm.conf.m4 @@ -1,5 +1,4 @@ define(`POOL',patsubst(__file__,`^.*/fpm/\(.*\)/[^/]*$',`\1'))dnl -CAT(sys/php5/fpm/org/heureux-cyclage/lhc_clav_lyon/pool) [POOL] access.log = /home/www/log/php5/fpm/POOL/access.log catch_workers_output = no @@ -8,7 +7,7 @@ env[HOSTNAME] = $HOSTNAME env[TEMP] = /tmp env[TMPDIR] = /tmp env[TMP] = /tmp -group = CAT(sys/php5/fpm/org/heureux-cyclage/lhc_clav_lyon/pool) +group = CAT(sys/php5/fpm/org/heureux-cyclage/clavette-lyon/user) #listen = 127.0.0.1:9000 listen = /run/php5/fpm/POOL #listen.allowed_clients = 127.0.0.1 @@ -29,7 +28,7 @@ request_terminate_timeout = 120s rlimit_core = unlimited rlimit_files = 131072 slowlog = /home/www/log/php5/fpm/POOL/slow.log -user = CAT(sys/php5/fpm/org/heureux-cyclage/lhc_clav_lyon/pool) +user = CAT(sys/php5/fpm/org/heureux-cyclage/clavette-lyon/user) #php_admin_value[extension] = pdo_mysql.so php_admin_value[extension] = mysql.so pm.max_children = 4 diff --git a/srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/pool b/srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/user similarity index 100% rename from srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/pool rename to srv/ateliers/sys/php5/fpm/org/heureux-cyclage/clavette-lyon/user -- 2.20.1