Hello,
I'm dealing with some errors in a server that has directadmin installed in it.
I found "mmap() failed: [12] Cannot allocate memory" and "[Sun Aug 01 10:37:42.665427 2021] [core:notice] [pid 998] AH00052: child pid 6102 exit signal Segmentation fault (11)" in the apache error log, I investigate this and i think its related to using mpm_prefork_module and php7_module in apache, now i want to change php/apache settings to use php-fpm to solve this problem, my question is can i do it manually ? I mean can i use this tutorial https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM in apache website to do that ? is it ok ?
or there is a better way to do that via directmin control panel and settings ?
I'm dealing with some errors in a server that has directadmin installed in it.
I found "mmap() failed: [12] Cannot allocate memory" and "[Sun Aug 01 10:37:42.665427 2021] [core:notice] [pid 998] AH00052: child pid 6102 exit signal Segmentation fault (11)" in the apache error log, I investigate this and i think its related to using mpm_prefork_module and php7_module in apache, now i want to change php/apache settings to use php-fpm to solve this problem, my question is can i do it manually ? I mean can i use this tutorial https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM in apache website to do that ? is it ok ?
or there is a better way to do that via directmin control panel and settings ?