Skip to content

CloudLinux Notes

Denver Prophit Jr edited this page May 6, 2016 · 4 revisions

Custom PHP Logging

I did some further research after things were not working how i expected them to, so I revered my original edits. On Cloudlinux with cagefs and php selector installed, they have added a global php.ini that you can add directive to: /etc/cl.selector/global_php.ini

After editing that file and added the directives as specified at the top of the file you have to run the following command to sync the changes out to all versions of php. /usr/sbin/cagefsctl --setup-cl-selector

After that command completes, we then have to apply the changes to the cage and restart apache. /usr/sbin/cagefsctl --force-update /etc/init.d/httpd restart

Clone this wiki locally