Z Z-GUNDAM New Member Jan 5, 2018 #1 Jan 5, 2018 #1 From LiteSpeed's PHP settings, where do I change the following? (It is a Plesk server.) ■upload_max_filesize ■post_max_sizeを501M
From LiteSpeed's PHP settings, where do I change the following? (It is a Plesk server.) ■upload_max_filesize ■post_max_sizeを501M
N NiteWave Administrator Jan 5, 2018 #2 Jan 5, 2018 #2 http://php.net/manual/en/ini.core.php Code: post_max_size PHP_INI_PERDIR upload_max_filesize PHP_INI_PERDIR so you can add following in .htaccess Code: <IfModule Litespeed> php_value post_max_size 10M php_value upload_max_filesize 50M </IfModule> Last edited by a moderator: Jan 8, 2018
http://php.net/manual/en/ini.core.php Code: post_max_size PHP_INI_PERDIR upload_max_filesize PHP_INI_PERDIR so you can add following in .htaccess Code: <IfModule Litespeed> php_value post_max_size 10M php_value upload_max_filesize 50M </IfModule>
Z Z-GUNDAM New Member Jan 9, 2018 #3 Jan 9, 2018 #3 I have the following error, how can I resolve it? ■Error mod_fcgid: HTTP request length 134225920
N NiteWave Administrator Jan 9, 2018 #4 Jan 9, 2018 #4 it doesn't look like a litespeed error. since litespeed don't use mod_fcgid