Let's see the literal entry from the error / suexec / php log instead. A 500 is always logged in either of those files.

Frank.



Its not a php problem
the apache process that handle request  got SIGCHLD
and the php-cgi  process is changing the state to zombie


Z    12:06   0:00 [php-cgi] <defunct>

in apache logs is only

Handler for x-httpd-php5 returned invalid result code 9
so its mean that zombie php process is killed itself

My question is why the apache child process is killed and got SIGCHLD signal if any time limit is not reached

poll([{fd=7661, events=POLLIN}], 1, 360000) = ? ERESTART_RESTARTBLOCK
(To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
restart_syscall(<... resuming interrupted call ...>) = 1

Piotr


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to