1
Hi, I’m installing XCACHE on my WHM server. I am putting the configuration in my php.ini, after saving, I started receiving several root emails from the server.
Commenting on each line of the code I put in php.ini, find that the problem is in these two lines:
xcache.mmap_path = "/tmp/_xcache"
xcache.coredump_directory = "/tmp/_phpcore"
The emails I receive are all related to CRON
Subject: Cron php /home/xxxxx/public_html/import-csv.php > /dev/null 2>&1
Message: /usr/local/Cpanel/bin/jailshell: line 1: 3 Segmentation fault
php /home/xxxxx/public_html/import-csv.php > /dev/null 2>&1
Another email:
Subject: Cron /usr/local/bin/php /home/xxxxx/public_html/mediacp/scanner/cron.php auto=1 >/dev/null 2>&1
Message: /bin/bash: line 1: 25142 Segmentation fault
/usr/local/bin/php /home/xxxxx/public_html/mediacp/scanner/cron.php auto=1 > /dev/null 2>&1
Picture of phpinfo: