]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
changed php settings for fbb
authorsambufe <samuel.bufe@publicispixelpark.de>
Fri, 16 Jun 2017 08:10:03 +0000 (10:10 +0200)
committersambufe <samuel.bufe@publicispixelpark.de>
Fri, 16 Jun 2017 08:10:03 +0000 (10:10 +0200)
customer/fbb-ws/dev-ws-fbb.pixelpark.net.yaml
customer/fbb-ws/production.yaml
customer/fbb-ws/test.yaml
customer/fbb-www/dev-www-fbb.pixelpark.net.yaml
customer/fbb-www/production.yaml
customer/fbb-www/test.yaml

index 3a121a2cf36037275eda42e745c0ebd539da3515..5d8e401899d4261c7b1bb3f16e2520f30826c2c6 100644 (file)
@@ -46,14 +46,12 @@ php::extensions:
   xml: {}
 
 php::settings:
-  PHP/serialize_precision: 100
-  PHP/memory_limit: 256M
-  PHP/display_errors: On #remove on live!
+#  PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17
+  PHP/memory_limit: 320M
   PHP/post_max_size: 20M
   PHP/register_globals: Off
-  PHP/upload_max_filesize: 4M
-  PHP/max_file_uploads: 50
-  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' #muss angepasst werden
+  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web'
+  PHP/output_buffering: 65536
 
 infra::profile::apache::htdigest:
   server:
index 6c9c106a14875e4f0935dd87604b6974241d8ba5..4693bdc6a45f6a2887f4895f4c7cdca771a253ac 100644 (file)
@@ -24,14 +24,12 @@ php::extensions:
   xml: {}
 
 php::settings:
-  PHP/serialize_precision: 100
-  PHP/memory_limit: 256M
-#  PHP/display_errors: On #remove on live!
+#  PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17
+  PHP/memory_limit: 320M
   PHP/post_max_size: 20M
   PHP/register_globals: Off
-  PHP/upload_max_filesize: 4M
-  PHP/max_file_uploads: 50
-  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' #muss angepasst werden
+  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web'
+  PHP/output_buffering: 65536
 
 infra::profile::apache::htdigest:
   server:
index cb0fc7db4f5bfbf0f042a5d8ac037bbbdcae2d04..8f6f7f811d6cfe442a08e278a6f022498e966188 100644 (file)
@@ -48,14 +48,12 @@ php::extensions:
   xml: {}
 
 php::settings:
-  PHP/serialize_precision: 100
-  PHP/memory_limit: 256M
-  PHP/display_errors: On #remove on live!
+#  PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17
+  PHP/memory_limit: 320M
   PHP/post_max_size: 20M
   PHP/register_globals: Off
-  PHP/upload_max_filesize: 4M
-  PHP/max_file_uploads: 50
-  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' #muss angepasst werden
+  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web'
+  PHP/output_buffering: 65536
 
 infra::profile::apache::htdigest:
   server:
index 2dcfc1c74f55309aa2e4c7995b8d74c126955337..e887375b787bc374f32aae723a7429e2fda74be0 100644 (file)
@@ -39,7 +39,7 @@ accounts::users:
       fids@sxffis:
         key: "AAAAB3NzaC1yc2EAAAABIwAAAQEA2NL0M5djqWepHW7jrUxk6BbweNbjk8U2mJuPv1pghvZqp7MSBjrv+96Fzo0dI0gX8NdNe8c+WsI1kgsGf7uz2UrhoYiypmADLcULtNMQEPmuX3cmsR0m88Q2cH6lwZ4R2ydhX7+lMdn3uha2+qdwSfRBOHyPSxZF52YIEE9cNAn4ZNLaO6UGV5QIGktHQ13UdDIGUodanX/XOUKXPFNkFOQN7/X7CptKEK374gSGFppYw+7vmvg7KNTblWQLZvJAiPOZBQV93kJnx9XCvxCJSonZ50UH337x32LF5CnzGp4tbkj4IachiaEEjySzLIv8zlOaSEsDxlU0aKEW3l0ERw=="
         type: "ssh-dss"
-  presse:
+  presse.upload:
     apply: true
     sudo: false
     uid: 60302
@@ -96,18 +96,19 @@ php::extensions:
   xml: {}
   soap: {}
 
+#FBBUBPP-11 und FBBKERNSERV-195
 php::settings:
-  PHP/serialize_precision: 100
-  PHP/memory_limit: 256M
+#  PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17
+  PHP/memory_limit: 320M
   PHP/post_max_size: 20M
   PHP/register_globals: Off
-  PHP/upload_max_filesize: 4M
-  PHP/max_file_uploads: 50
-  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' #muss angepasst werden
-  #FBBUBPP-11
+  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web'
   PHP/max_execution_time: 30
   PHP/max_input_time: 60
   PHP/output_buffering: 65536
+  PHP/upload_max_filesize: 4M
+  PHP/max_file_uploads: 50
+
 
 infra::profile::apache::htdigest:
   server:
index 27feb93b68e83392b9b8c3ab4cd482d3cb585fba..9a64ad9f20a9004aa97de9d994d31299eb200157 100644 (file)
@@ -67,18 +67,18 @@ php::extensions:
   xml: {}
   soap: {}
 
+#FBBUBPP-11 und FBBKERNSERV-195
 php::settings:
-  PHP/serialize_precision: 100
-  PHP/memory_limit: 256M
+#  PHP/serialize_precision: 100       ;war unter PHP 5.3 Standart ist jetzt bei 17
+  PHP/memory_limit: 320M
   PHP/post_max_size: 20M
   PHP/register_globals: Off
-  PHP/upload_max_filesize: 4M
-  PHP/max_file_uploads: 50
-  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' #muss angepasst werden
-  #FBBUBPP-11
+  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web'
   PHP/max_execution_time: 30
   PHP/max_input_time: 60
   PHP/output_buffering: 65536
+  PHP/upload_max_filesize: 4M
+  PHP/max_file_uploads: 50
 
 infra::profile::apache::htdigest:
   server:
index 0c97b1c8b54f9bff3b9b72a6eb00dc3bef95d124..6fbed7722e8b03f8a4abc0142450aa183c285705 100644 (file)
@@ -79,18 +79,18 @@ php::extensions:
   xml: {}
   soap: {}
 
+#FBBUBPP-11 und FBBKERNSERV-195
 php::settings:
-  PHP/serialize_precision: 100
-  PHP/memory_limit: 256M
+#  PHP/serialize_precision: 100 war unter PHP 5.3 Standart ist jetzt bei 17
+  PHP/memory_limit: 320M
   PHP/post_max_size: 20M
   PHP/register_globals: Off
-  PHP/upload_max_filesize: 4M
-  PHP/max_file_uploads: 50
-  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web' #muss angepasst werden
-  #FBBUBPP-11
+  PHP/include_path: '.:/opt/app/ZendFramework/library:/opt/app/web'
   PHP/max_execution_time: 30
   PHP/max_input_time: 60
   PHP/output_buffering: 65536
+  PHP/upload_max_filesize: 4M
+  PHP/max_file_uploads: 50
 
 infra::profile::apache::htdigest:
   server: