]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
api-fbb php-pdo added + changed fpmsocket name on dev instances
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 18 May 2018 09:33:08 +0000 (11:33 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 18 May 2018 09:33:08 +0000 (11:33 +0200)
customer/fbb-passngr/dev-api-fbb.pixelpark.net
customer/fbb-passngr/dev-poi-fbb.pixelpark.net
customer/fbb-passngr/development.yaml
customer/fbb-passngr/production.yaml
customer/fbb-passngr/test.yaml

index 88d322ad38a18fa93f0c9ecac86bbd055575687e..4c8b19eeed26ba2812547bf750d4b0fde5fdf1d3 100644 (file)
@@ -20,7 +20,7 @@ infra::profile::apache::pp_vhosts:
         provider: directory
         path: '/var/www/api'
         addhandlers:
-          - { handler: "proxy:unix:/var/run/php5-fpm-symfony.sock|fcgi://./" , extensions: '.php' }
+          - { handler: "proxy:unix:/var/run/php5-fpm-api.sock|fcgi://./" , extensions: '.php' }
         options:
           - FollowSymLinks
           - MultiViews
index 07c88fb70c5fc67cb478d2b55a82bd407a8e5393..adf0f9d27636cfb725c194bc1bb5d6e77969bbfa 100644 (file)
@@ -20,7 +20,7 @@ infra::profile::apache::pp_vhosts:
         provider: directory
         path: '/var/www/api'
         addhandlers:
-          - { handler: "proxy:unix:/var/run/php5-fpm-symfony.sock|fcgi://./" , extensions: '.php' }
+          - { handler: "proxy:unix:/var/run/php5-fpm-api.sock|fcgi://./" , extensions: '.php' }
         options:
           - FollowSymLinks
           - MultiViews
index 4eef9475bee968553e9304daf52d9022c88de7b2..40c923e2bc9b08d7f385a7f89457629c68bf3627 100644 (file)
@@ -53,7 +53,7 @@ php::settings:
   PHP/expose_php: 'Off'
 
 infra::profile::apache_php::fpm_pool:
-  symfony:
+  api:
     listen_owner: apache
     listen_group: apache
     pm_max_children: 20
index d0ffed03c13d3c55d73be7ca2d3a4240b3064844..5cabaf6819e45304ff142e58f58004aea15791c6 100644 (file)
@@ -20,6 +20,7 @@ php::extensions:
   zip: {}
   xml: {}
   json: {}
+  pdo: {}
 
 php::settings:
   PHP/memory_limit: 320M
index 703c03078147aa26fc7420d89467da6a16ad997e..2e2072e5075ef79d78fde540d152596a945c105d 100644 (file)
@@ -37,6 +37,7 @@ php::extensions:
   zip: {}
   xml: {}
   json: {}
+  pdo: {}
 
 php::settings:
   PHP/memory_limit: 320M
@@ -58,4 +59,3 @@ infra::profile::apache_php::fpm_pool:
     pm_max_children: 20
 
 apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH'
-