different value of "upload_max_filesize"

piklu

Registered
Mar 25, 2014
1
0
1
cPanel Access Level
Root Administrator
Hello there,

I have tweak the php settings to have "upload_max_filesize" to 10MB at "PHP Configuration Editor"

If the cpanel user check php setting from his account he can see the same value, but if he placed a info.php file at public_html the the same value is shown as 2MB. Even checking the same with some other accounts confirm the same behaviour.

placing a php.ini at public_html with vale
upload_max_filesize 20M

doesn't have any effect

How can we fix this issue for every user for all the php versions ?
Cpanel is running with cloud linux

Thanks
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Also, please let us know which PHP handler is enabled on this system. You can check using this command:

Code:
/usr/local/cpanel/bin/rebuild_phpconf --current
Thank you.