[PHP-INSTALL] Strange issue with php 5.6 (ubuntu 16.04 LTS e ubuntu 14.04 LTS). Bug?

Andrea Soracchi <[email protected]> Tue, 4 Jul 2017 23:30:32 +0200 (CEST)
Newsgroups gmane.comp.php.install
Message-ID <[email protected]>
------=_Part_174271089_1706639198.1499203832686
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

Hi, 

with Ubuntu 16.04 LTS or Ubuntu 14.04 LTS (with php 5.6 ppa:ondrej/php) I've got this issue : 

- the client posts files successfully but the answer of the post is delayed. The more the file is bigger, the more the answer is delayed!!! 
I have set the debug level log to nginx and php-fpm. 
Nginx: 

2017/06/29 10:05:14 [warn] 5252#5252: *1613 a client request body is buffered to a temporary file /var/lib/nginx/body/0000000044, client: 192.168.18.18, server: andrea.eoraptor3.netbuilder.it, request: "POST /index2.php HTTP/1.1", host: "andrea.eoraptor3.netbuilder.it" 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 write: 9, 0000560D636FBE70, 8192, 0 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 5488 of 8192 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv 5488 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest 54606013 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 -1 of 2704 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv() not ready (11: Resource temporarily unavailable) 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv -2 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest 54606013 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 event timer: 3, old: 1498723634292, new: 1498723634292 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http run request: "/index2.php?" 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http read client request body 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 1368 of 2704 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv 1368 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest 54606013 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 -1 of 1336 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv() not ready (11: Resource temporarily unavailable) 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv -2 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest 54606013 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 event timer: 3, old: 1498723634292, new: 1498723634293 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http run request: "/index2.php?" 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http read client request body 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 1336 of 1336 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv 1336 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http body new buf t:1 f:0 0000560D636FBE70, pos 0000560D636FBE70, size: 8192 file: 0, size: 0 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http write client request body, bufs 0000560D636F92C0 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 write: 9, 0000560D636FBE70, 8192, 8192 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 1400 of 8192 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv 1400 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest 54597821 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 -1 of 6792 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv() not ready (11: Resource temporarily unavailable) 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv -2 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest 54597821 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 event timer: 3, old: 1498723634292, new: 1498723634293 
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http run request: "/index2.php?" 
... 
Repeated several times 
... 
... 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 writev() not ready (11: Resource temporarily unavailable) 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 chain writer out: 0000560D637FE780 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 event timer: 10, old: 1498723575096, new: 1498723575151 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream request: "/index2.php?" 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream send request handler 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream send request 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream send request body 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 chain writer in: 0000560D637FE780 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 writev: 8 of 8 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 sendfile: @54591488 22717 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 sendfile: 22717 of 22717 @54591488 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 writev: 11 of 11 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 chain writer out: 0000000000000000 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 event timer del: 10: 1498723575096 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 event timer add: 10: 300000:1498723815151 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream request: "/index2.php?" 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream dummy handler 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream request: "/index2.php?" 
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream dummy handler 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http upstream request: "/index2.php?" 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http upstream process header 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 malloc: 0000560D637FF560:4096 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 recv: fd:10 56 of 4096 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 01 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 06 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 00 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 01 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 00 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 1D 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 03 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 00 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record length: 29 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi parser: 0 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi header: "Content-type: text/html" 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi parser: 1 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi header done 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 xslt filter header 
2017/06/29 10:05:40 [debug] 5252#5252: *1613 HTTP/1.1 200 OK^M 


Php-fpm: 

PHPFPM 

[29-Jun-2017 10:05:14.699514] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1 

[29-Jun-2017 10:05:16.700710] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:17.701773] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:18.702842] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:19.703778] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:20.705400] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:21.706471] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:22.707537] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:23.707779] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:24.708839] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:25.710378] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:26.710841] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:27.711798] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:28.712864] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:29.713932] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:30.715523] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:31.715785] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:32.716851] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:32.716851] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:33.717931] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:34.719001] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:35.720280] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:36.720662] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:37.721725] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:38.722791] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 
[29-Jun-2017 10:05:39.723785] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spare children, 3 running children. Spawning rate 1 

[29-Jun-2017 10:05:40.725342] DEBUG: pid 5135, fpm_pctl_perform_idle_server_maintenance(), line 379: [pool mdbeta] currently 0 active children, 3 spare children, 3 running children. Spawning rate 1 

Any idea? 

With the same configuration I have no problem with php 5.5 in ubuntu 14.04 LTS or with php 7.1 in ubuntu 16.04 LTS!!!! 

It's a bug? 

Thanks, 

Andrea 




ANDREA SORACCHI 
+39 329 0512704 
System Engineer 


+39 0521 24 77 91 
[email protected] 

------=_Part_174271089_1706639198.1499203832686
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html><body><div style=3D"font-family: arial, helvetica, sans-serif; font-s=
ize: 12pt; color: #000000"><div>Hi,<br></div><div><br data-mce-bogus=3D"1">=
</div><div>with Ubuntu 16.04 LTS or Ubuntu 14.04 LTS (with php 5.6 ppa:ondr=
ej/php)&nbsp;&nbsp; I've got this issue&nbsp; :</div><div><br data-mce-bogu=
s=3D"1"></div><div>- the client posts files successfully but the answer of =
the post is delayed. The more the file is bigger, the more the answer is de=
layed!!!</div><div><pre>I have set the debug level log to nginx and php-fpm=
. </pre></div><div><pre>Nginx:=20

2017/06/29 10:05:14 [warn] 5252#5252: *1613 a client request body is buffer=
ed to a temporary file /var/lib/nginx/body/0000000044, client: 192.168.18.1=
8, server: andrea.eoraptor3.netbuilder.it, request: "POST /index2.php HTTP/=
1.1", host: "andrea.eoraptor3.netbuilder.it"=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 write: 9, 0000560D636FBE70, 81=
92, 0=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 5488 of 8192=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv =
5488=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest =
54606013=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 -1 of 2704=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv() not ready (11: Resource=
 temporarily unavailable)=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv =
-2=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest =
54606013=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 event timer: 3, old: 149872363=
4292, new: 1498723634292=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http run request: "/index2.php=
?"=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http read client request body=
=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 1368 of 2704=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv =
1368=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest =
54606013=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 -1 of 1336=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv() not ready (11: Resource=
 temporarily unavailable)=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv =
-2=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest =
54606013=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 event timer: 3, old: 149872363=
4292, new: 1498723634293=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http run request: "/index2.php=
?"=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http read client request body=
=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 1336 of 1336=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv =
1336=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http body new buf t:1 f:0 0000=
560D636FBE70, pos 0000560D636FBE70, size: 8192 file: 0, size: 0=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http write client request body=
, bufs 0000560D636F92C0=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 write: 9, 0000560D636FBE70, 81=
92, 8192=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 1400 of 8192=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv =
1400=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest =
54597821=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv: fd:3 -1 of 6792=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 recv() not ready (11: Resource=
 temporarily unavailable)=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body recv =
-2=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http client request body rest =
54597821=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 event timer: 3, old: 149872363=
4292, new: 1498723634293=20
2017/06/29 10:05:14 [debug] 5252#5252: *1613 http run request: "/index2.php=
?"=20
...=20
Repeated several times=20
...=20
...=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 writev() not ready (11: Resour=
ce temporarily unavailable)=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 chain writer out: 0000560D637F=
E780=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 event timer: 10, old: 14987235=
75096, new: 1498723575151=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream request: "/index=
2.php?"=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream send request han=
dler=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream send request=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream send request bod=
y=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 chain writer in: 0000560D637FE=
780=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 writev: 8 of 8=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 sendfile: @54591488 22717=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 sendfile: 22717 of 22717 @5459=
1488=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 writev: 11 of 11=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 chain writer out: 000000000000=
0000=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 event timer del: 10: 149872357=
5096=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 event timer add: 10: 300000:14=
98723815151=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream request: "/index=
2.php?"=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream dummy handler=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream request: "/index=
2.php?"=20
2017/06/29 10:05:15 [debug] 5252#5252: *1613 http upstream dummy handler=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http upstream request: "/index=
2.php?"=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http upstream process header=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 malloc: 0000560D637FF560:4096=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 recv: fd:10 56 of 4096=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 01=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 06=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 00=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 01=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 00=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 1D=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 03=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record byte: 00=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi record length: 29=
=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi parser: 0=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi header: "Content-=
type: text/html"=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi parser: 1=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 http fastcgi header done=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 xslt filter header=20
2017/06/29 10:05:40 [debug] 5252#5252: *1613 HTTP/1.1 200 OK^M=20


Php-fpm:=20

PHPFPM=20

[29-Jun-2017 10:05:14.699514] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 0 active children, 3 spar=
e children, 3 running children. Spawning rate 1=20

[29-Jun-2017 10:05:16.700710] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:17.701773] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:18.702842] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:19.703778] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:20.705400] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:21.706471] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:22.707537] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:23.707779] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:24.708839] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:25.710378] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:26.710841] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:27.711798] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:28.712864] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:29.713932] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:30.715523] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:31.715785] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:32.716851] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:32.716851] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:33.717931] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:34.719001] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:35.720280] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:36.720662] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:37.721725] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:38.722791] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20
[29-Jun-2017 10:05:39.723785] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 1 active children, 2 spar=
e children, 3 running children. Spawning rate 1=20

[29-Jun-2017 10:05:40.725342] DEBUG: pid 5135, fpm_pctl_perform_idle_server=
_maintenance(), line 379: [pool mdbeta] currently 0 active children, 3 spar=
e children, 3 running children. Spawning rate 1 </pre></div><div><br></div>=
<div>Any idea?<br data-mce-bogus=3D"1"></div><div><br data-mce-bogus=3D"1">=
</div><div><strong>With the same configuration I have no problem with php 5=
.5 in ubuntu 14.04 LTS&nbsp; or with php 7.1 in ubuntu 16.04 LTS!!!!</stron=
g><br data-mce-bogus=3D"1"></div><div><br data-mce-bogus=3D"1"></div><div>I=
t's a bug?<br data-mce-bogus=3D"1"></div><div><br data-mce-bogus=3D"1"></di=
v><div>Thanks,<br data-mce-bogus=3D"1"></div><div><br data-mce-bogus=3D"1">=
</div><div>Andrea<br data-mce-bogus=3D"1"></div><div><br data-mce-bogus=3D"=
1"></div><div data-marker=3D"__SIG_PRE__"><div style=3D"border-style: none;=
 border-width: 1px 0px 0px 0px; display: table; width: 260px; font-size: 13=
px; font-family: Arial; color: black;" data-mce-style=3D"border-style: none=
; border-width: 1px 0px 0px 0px; display: table; width: 260px; font-size: 1=
3px; font-family: Arial; color: black;"><div style=3D"height: 87px; width: =
90px; background-repeat: no-repeat; background-image: url('data:image/gif;b=
ase64,R0lGODlhWgBXAMQAAM7P1Pr5+ayssYqHimhlaPF2R+jo6vOOaPapjYSOovfVyh8xVUdXd=
K60v2h1jfjBrPzr5TREZtXX23eCmPzh18PFy5afsPTy83t4e728wN/f4lJgfJ6dnu1aIxElS///=
/yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN=
6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az=
0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3I=
CAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIv=
MjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp=
4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbn=
MuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvb=
S94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90=
b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJDNThEMUY=
5OTgzRTExRTVBQTlEQzg3RTFGQ0ExQjM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJDNT=
hEMUZBOTgzRTExRTVBQTlEQzg3RTFGQ0ExQjM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmO=
mluc3RhbmNlSUQ9InhtcC5paWQ6QkM1OEQxRjc5ODNFMTFFNUFBOURDODdFMUZDQTFCMzkiIHN0=
UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkM1OEQxRjg5ODNFMTFFNUFBOURDODdFMUZDQTFCMzk=
iLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldC=
BlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0=
tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJua=
mZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2J=
hYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKi=
koJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAAW=
gBXAAAF/+AnjmRpnmiqrmzrvnAsz3Rt33iu73zv/8BgDPJAHI4HxIMibKICj0JnSq0WEBCnNlrt=
ehHaYODgLXcL2TAPIjW7qQq1ju0uFA5tc1x+I3sLD2kiRH5egnwyCH8PKgp5VAeIMxR/hymFVIy=
SMJgdBRcvnZ+bLgpeTC8Bjx2apCuKVWAmFA8PeyWmVq4rqlagJBeYBagkncS7s12yI72nJQ9drc=
jP0SWwfyUQytMn0FXHF6tVtx/NU5Hc1l3HuVNXeFLSH4/o6SPXU8eUVVkGFxKHzHWoZ++DNzgkB=
D7QEMGBhQYVNIxQYEQKQXvtpsg7OPBCBA8gPSxg4CABgAsXAv9osJROW5WLHzApsBCyZsgIGxI8=
1BCgYMwuLBG0QWAg5IIFNm0uwOlAQjp8HZYlVKAAFAOQEwxkEDAhAtKkHiIYaOmF3AmaYT9cqBr=
gggYBCa6CjPDrqbMUGr5q8HYHQU+5Cyr4dNnFbIkNWAkP/IAYZAOfIjhSwYJCAMgFwc59mBAyAe=
QRnSYHgkC6loGvFUwV+GAZpIPPxd54ohIggWsDBTQACLkBdonQZh5ICCkRwNcFY32TkGwm0kcPF=
j48XwBAuQkIwAujJRnysfUTFIS6UaAhqefvKmghWK9EQc8Pcl2jt4HWQ+/5NfKGTY6fBmKn/dUg=
QHQBFmigDRpswAD/AxGcR4IGCzLo4AcJLhgBgSNAaCGGDuDUEAkGKBjhiBEKVkEEFgoWQwY1LSA=
RCbaFxMB7HwwX0gQl7HajCAHEFwGN+oHVHWs1CSBDfSBhqNZzc/EXpAc4kiDBVx44GB8DIFIp5G=
MN1OQdDJzVhOUIXdoEIIVURjnClJ2NcGWWQg5ZpmMyNFZTdSLYOaQIT6opApsgWSljQhJIYMCcV=
RpQKCiIfumCR0lFWV5SGPZZAqBVujnoCRXUpOQHjcYwqU0/fhCjTWpaKiWVgoI0pgmdhvRpqDCw=
CFYG0oF1H5o7rtqmCG9y6mkJtL5QH3eBxhpWmGG9p+qarGrqKgrKQkes/5cxMOuAjmHFl4CtIiX=
37J/RArsprMOSUKwLdr4WX0263clnmpeWC9+5JVQ7K7YvQBroB0hOayOdvMpHAreZmjutsLJeu6=
cLA3tg5Gk2RWcAk+ddLCONAKd778LoNqwuvy1cAK4HKjpQk1jlxPeawkmOoPHDwYYc88gPsyBBf=
QsAeLKadu7KrGsWJMBkuNKKtMHSG0Tgnb4OE9xCAyrPVVd8eH5QdVi/PBnnhO9WLALUOEvNQlz4=
orWrqTWdiaiuJYSdbrUTgkoyCx2G9DKfZiPpKAByi5QAxx+DRSDdJbQGkpEQAwCABADwxycAHF/=
gOOSSiwCABRM4MEECDdQl5f/jhZbueHKWPx55Cak7LvqBsMfOI+Et0H5CALaXgLsJBjye0hMacD=
DA8AK8OIIAjJOQAa4JccB8CcFjQAAGHBifUAYDSD9ABrQHgL323ItgMgccRISC5dNnTwABHNCIw=
QAmYICB7uybIMD6HAjAwfrJi2CA9sgbwPQk9z8CDCCA6xuLbvKngdeNAH0ACsD94CeC4V1qfWcq=
B/USR4D+saZ+/pue9TQgvRcZQIQPkp4BAgCRBmQgg8AAAAEyWAECMM+CJOCA/DiQkA2OQIbPUxc=
B8CRABxpgAC8qogkCYEAKXS5zD5QhDAVYQQqGEAA15E8AfCgC+aXgfTUigIpSIMP/MeZoiOXInf=
ikmC8CSASHIthfOTrIDC6e0IPKI4AECeDAEuwvd1vkIQsgCD0xfgCOFwDhH3nERQmgEQWONIDwS=
qCVCljSKdlTARxVQEgpoRGODSCAuGzISEFSyJAokKEk50eCGq5veh/QoQrAOEg25nEscBRg9t7X=
RA2aMpGmNIEcMyBKYGiAJ7IkJhRDiMcTdJJHvcShDMlHPgEI0CmBzGExeVe/EwaTBGD0Jgr2t0w=
TPDMAAkwiBTOZkPpl84HTI9wFVCiCUAYxjjMUwf3u+YEaNtOZQFRUKB95SPhpgJR+5OMH3meAY/=
bEkTZMyQVcmcH9VQ93GhCgoyzKE5VYVjQVMnylASVnwf0ZkY7Se6UJBSjSAUCRmCLFQNZGAFOR8=
lMFATCA/vJXgdctD1Q3ZQ2uMkBNDvDnAtZ8nwD6+AEA6JB61pPSUzkwU9lZ9apYzapWWRACADs=
=3D');" data-mce-style=3D"height: 87px; width: 90px; background-repeat: no-=
repeat; background-image: url('data:image/gif;base64,R0lGODlhWgBXAMQAAM7P1P=
r5+ayssYqHimhlaPF2R+jo6vOOaPapjYSOovfVyh8xVUdXdK60v2h1jfjBrPzr5TREZtXX23eCm=
Pzh18PFy5afsPTy83t4e728wN/f4lJgfJ6dnu1aIxElS////yH/C1hNUCBEYXRhWE1QPD94cGFj=
a2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV=
0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLW=
MwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4b=
WxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8=
cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5=
jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW=
0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291c=
mNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gp=
IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJDNThEMUY5OTgzRTExRTVBQTlEQzg3RTFGQ0E=
xQjM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJDNThEMUZBOTgzRTExRTVBQTlEQzg3RT=
FGQ0ExQjM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q=
kM1OEQxRjc5ODNFMTFFNUFBOURDODdFMUZDQTFCMzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5k=
aWQ6QkM1OEQxRjg5ODNFMTFFNUFBOURDODdFMUZDQTFCMzkiLz4gPC9yZGY6RGVzY3JpcHRpb24=
+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39v=
X08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++v=
by7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aF=
hIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1=
MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFR=
QTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAAWgBXAAAF/+AnjmRpnmiqrmzrvnAsz=
3Rt33iu73zv/8BgDPJAHI4HxIMibKICj0JnSq0WEBCnNlrtehHaYODgLXcL2TAPIjW7qQq1ju0u=
FA5tc1x+I3sLD2kiRH5egnwyCH8PKgp5VAeIMxR/hymFVIySMJgdBRcvnZ+bLgpeTC8Bjx2apCu=
KVWAmFA8PeyWmVq4rqlagJBeYBagkncS7s12yI72nJQ9drcjP0SWwfyUQytMn0FXHF6tVtx/NU5=
Hc1l3HuVNXeFLSH4/o6SPXU8eUVVkGFxKHzHWoZ++DNzgkBD7QEMGBhQYVNIxQYEQKQXvtpsg7O=
PBCBA8gPSxg4CABgAsXAv9osJROW5WLHzApsBCyZsgIGxI81BCgYMwuLBG0QWAg5IIFNm0uwOlA=
Qjp8HZYlVKAAFAOQEwxkEDAhAtKkHiIYaOmF3AmaYT9cqBrgggYBCa6CjPDrqbMUGr5q8HYHQU+=
5Cyr4dNnFbIkNWAkP/IAYZAOfIjhSwYJCAMgFwc59mBAyAeQRnSYHgkC6loGvFUwV+GAZpIPPxd=
54ohIggWsDBTQACLkBdonQZh5ICCkRwNcFY32TkGwm0kcPFj48XwBAuQkIwAujJRnysfUTFIS6U=
aAhqefvKmghWK9EQc8Pcl2jt4HWQ+/5NfKGTY6fBmKn/dUgQHQBFmigDRpswAD/AxGcR4IGCzLo=
4AcJLhgBgSNAaCGGDuDUEAkGKBjhiBEKVkEEFgoWQwY1LSARCbaFxMB7HwwX0gQl7HajCAHEFwG=
N+oHVHWs1CSBDfSBhqNZzc/EXpAc4kiDBVx44GB8DIFIp5GMN1OQdDJzVhOUIXdoEIIVURjnClJ=
2NcGWWQg5ZpmMyNFZTdSLYOaQIT6opApsgWSljQhJIYMCcVRpQKCiIfumCR0lFWV5SGPZZAqBVu=
jnoCRXUpOQHjcYwqU0/fhCjTWpaKiWVgoI0pgmdhvRpqDCwCFYG0oF1H5o7rtqmCG9y6mkJtL5Q=
H3eBxhpWmGG9p+qarGrqKgrKQkes/5cxMOuAjmHFl4CtIiX37J/RArsprMOSUKwLdr4WX0263cl=
nmpeWC9+5JVQ7K7YvQBroB0hOayOdvMpHAreZmjutsLJeu6cLA3tg5Gk2RWcAk+ddLCONAKd778=
LoNqwuvy1cAK4HKjpQk1jlxPeawkmOoPHDwYYc88gPsyBBfQsAeLKadu7KrGsWJMBkuNKKtMHSG=
0Tgnb4OE9xCAyrPVVd8eH5QdVi/PBnnhO9WLALUOEvNQlz4orWrqTWdiaiuJYSdbrUTgkoyCx2G=
9DKfZiPpKAByi5QAxx+DRSDdJbQGkpEQAwCABADwxycAHF/gOOSSiwCABRM4MEECDdQl5f/jhZb=
ueHKWPx55Cak7LvqBsMfOI+Et0H5CALaXgLsJBjye0hMacDDA8AK8OIIAjJOQAa4JccB8CcFjQA=
AGHBifUAYDSD9ABrQHgL323ItgMgccRISC5dNnTwABHNCIwQAmYICB7uybIMD6HAjAwfrJi2CA9=
sgbwPQk9z8CDCCA6xuLbvKngdeNAH0ACsD94CeC4V1qfWcqB/USR4D+saZ+/pue9TQgvRcZQIQP=
kp4BAgCRBmQgg8AAAAEyWAECMM+CJOCA/DiQkA2OQIbPUxcB8CRABxpgAC8qogkCYEAKXS5zD5Q=
hDAVYQQqGEAA15E8AfCgC+aXgfTUigIpSIMP/MeZoiOXInfikmC8CSASHIthfOTrIDC6e0IPKI4=
AECeDAEuwvd1vkIQsgCD0xfgCOFwDhH3nERQmgEQWONIDwSqCVCljSKdlTARxVQEgpoRGODSCAu=
GzISEFSyJAokKEk50eCGq5veh/QoQrAOEg25nEscBRg9t7XRA2aMpGmNIEcMyBKYGiAJ7IkJhRD=
iMcTdJJHvcShDMlHPgEI0CmBzGExeVe/EwaTBGD0Jgr2t0wTPDMAAkwiBTOZkPpl84HTI9wFVCi=
CUAYxjjMUwf3u+YEaNtOZQFRUKB95SPhpgJR+5OMH3meAY/bEkTZMyQVcmcH9VQ93GhCgoyzKE5=
VYVjQVMnylASVnwf0ZkY7Se6UJBSjSAUCRmCLFQNZGAFOR8lMFATCA/vJXgdctD1Q3ZQ2uMkBND=
vDnAtZ8nwD6+AEA6JB61pPSUzkwU9lZ9apYzapWWRACADs=3D');"><br></div><div style=
=3D"display: table-cell; vertical-align: middle;" data-mce-style=3D"display=
: table-cell; vertical-align: middle;"><p style=3D"margin-bottom: 0px; padd=
ing-top: 0px; padding-bottom: 0px; text-align: center; margin-top: 0px;" da=
ta-mce-style=3D"margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; =
text-align: center; margin-top: 0px;"><strong style=3D"color: #11254b;" dat=
a-mce-style=3D"color: #11254b;">ANDREA SORACCHI</strong><br> <strong><a hre=
f=3D"tel:+393290512702" style=3D"text-decoration: none; color: #11254b;" da=
ta-mce-href=3D"tel:+393290512702" data-mce-style=3D"text-decoration: none; =
color: #11254b;"><span style=3D"text-decoration: none; padding-top: 10px; c=
olor: #11254b;" data-mce-style=3D"text-decoration: none; padding-top: 10px;=
 color: #11254b;">+39 329 0512704</span></a></strong><br> <span style=3D"fo=
nt-size: 10px; color: #ed5a23;" data-mce-style=3D"font-size: 10px; color: #=
ed5a23;">System Engineer<br></span></p><p style=3D"margin-bottom: 0; pxline=
-height: 10px; margin-top: 8px; padding-top: 0px; text-align: center;" data=
-mce-style=3D"margin-bottom: 0; pxline-height: 10px; margin-top: 8px; paddi=
ng-top: 0px; text-align: center;"><span style=3D"font-size: 10px; color: #1=
1254b; margin-bottom: 0px;" data-mce-style=3D"font-size: 10px; color: #1125=
4b; margin-bottom: 0px;">+39 0521 24 77 91</span><br> <span style=3D"font-s=
ize: 10px; color: #11254b;" data-mce-style=3D"font-size: 10px; color: #1125=
4b;">[email protected]</span></p></div></div></div></div></body></html=
>
------=_Part_174271089_1706639198.1499203832686--