XCACHE - Problem xcache.mmap_path and xcache.coredump_directory

1

Hello, I'm installing XCACHE on my WHM server. I am putting the configuration in my php.ini, after saving, I started receiving several root mail from the server.

Commenting on each line of the code I put in php.ini, find out that the problem lies 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

Image of phpinfo:

    
asked by anonymous 11.06.2015 / 19:31

0 answers