I am on a DirectAdmin server, CloudLinux 9 with OLS 1.8.2, PHP Selector. In /usr/local/lsws/conf/httpd-phplimits.conf, I have added
However, when testing with
The PID 1527388 was killed, but no core dump file was created. How to enable core dump?
Thanks.
Code:
env LSAPI_ALLOW_CORE_DUMP=1
Code:
kill -SIGSEGV 1527388
Thanks.