August 12 update php-fpm cPanel files:/opt/cpanel/ea-php54/root/etc/php.ini /opt/cpanel/ea-php55/root/etc/php.ini /opt/cpanel/ea-php56/root/etc/php.ini /opt/cpanel/ea-php70/root/etc/php.ini then run: /scripts/restartsrv_apache_php_fpm Category: simple memo | LEAVE A COMMENT
August 3 MPM ITK Apache setuid() and setgid() restrictions add the following code to your /etc/apache2/conf.d/includes/pre_virtualhost_global.conf file. <ifmodule mpm_itk.c> LimitUIDRange 0 2000 LimitGIDRange 0 2000 </ifmodule> Category: simple memo | LEAVE A COMMENT