Hi
I've a php soap server, on a server with Centos
On this I need to parse the response with a function Parse_function
ob_start("Parse_function");
whatever php version or apache/ngnix application, get always the same error:
23893#0: *320074 upstream prematurely closed FastCGI request while reading upstream
And there is no problem on the code, also for a simple response with "Hallo" (no elaborations, no long operations that could require a different timeout, no query, no nothing...) the server breaks
But (my last test) the same solution on a server with Debian works great! As it is suppose to do.
Why??
There are differences between the two server versions? There is a solution?
It is important
Thanks
I've a php soap server, on a server with Centos
On this I need to parse the response with a function Parse_function
ob_start("Parse_function");
whatever php version or apache/ngnix application, get always the same error:
23893#0: *320074 upstream prematurely closed FastCGI request while reading upstream
And there is no problem on the code, also for a simple response with "Hallo" (no elaborations, no long operations that could require a different timeout, no query, no nothing...) the server breaks
But (my last test) the same solution on a server with Debian works great! As it is suppose to do.
Why??
There are differences between the two server versions? There is a solution?
It is important
Thanks