I use PHP FPM and in httpd.conf, I add value:
CoreDumpDirectory = /tmp/httpdump
When service httpd hangs, I look in the log /var/log/httpd/error_log:
But when ls /tmp/httpdump, there is no file.
I miss something?
thanks
CoreDumpDirectory = /tmp/httpdump
When service httpd hangs, I look in the log /var/log/httpd/error_log:
[core:notice] [pid 21856] AH00051: child pid 22045 exit signal Segmentation fault (11), possible coredump in /tmp/httpdump
But when ls /tmp/httpdump, there is no file.
I miss something?
thanks