AI WordPress technical details on CloudLinux
When generating a site with AI WordPress, the following limit increase parameters are set:
max_execution_time= 300max_input_time= 180upload_max_filesize= 128Mpost_max_size= 128M
The location of the parameters varies depending on the PHP mode. They are allocated by the PHP Selector.
Unlike other operating systems, CloudLinux limits are applied to all user sites that use the PHP version selected when creating the site with AI WordPress. However, the limits are not restored to their original values after site generation is complete.
Parameter locations
For native PHP versions
/etc/httpd/vhosts-php/SITE.conf— for Apache module/etc/php-fpm.d/site.d/SITE.conf— for FastCGI (Nginx + PHP-FPM)/var/www/USER/data/www/SITE/.user.ini— for CGI/var/www/USER/data/www/SITE/.user.ini— for FastCGI (Apache)/etc/httpd/vhosts-php/SITE.conf— for LSAPI
For alternative PHP versions
/etc/httpd-isp-VERSION/vhosts-php/SITE.conf— for Apache module/opt/alt/phpВЕРСИЯ/etc/fpm/pool.d/site.d/SITE.conf— for FastCGI (Nginx + PHP-FPM)/var/www/USER/data/www/SITE/.user.ini— for CGI/var/www/USER/data/www/SITE/.user.ini— for FastCGI (Apache)/etc/httpd-isp-VERSION/vhosts-php/SITE.conf— for LSAPI