Hi All,
Is there a way to set the php.ini for all users for upload_tmp_dir to a dynamic path. Example I want all users upload path to be set to /home/$username/public_html/tmp
This is the setting I found in WHM -> Multi php ini editor
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; PHP: Description of core php.ini directives - Manual
; upload_tmp_dir =
How ever I cannot seem to figure out how to use /home/$username/public_html/tmp in this ini editor.
OR EVEN better can some on please advise if it is possible for the user to the set the upload_tmp_dir directory in there own cpanel account? is this possible. (it is not a public server but privately managed with just one site on it).
OS : CentOS v7.9.2009 STANDARD kvm
cPanel Version : 106.0.9
Running EA and Engintron
Also PHP-FPM is in use and turned on.
Thanks
Is there a way to set the php.ini for all users for upload_tmp_dir to a dynamic path. Example I want all users upload path to be set to /home/$username/public_html/tmp
This is the setting I found in WHM -> Multi php ini editor
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; PHP: Description of core php.ini directives - Manual
; upload_tmp_dir =
How ever I cannot seem to figure out how to use /home/$username/public_html/tmp in this ini editor.
OR EVEN better can some on please advise if it is possible for the user to the set the upload_tmp_dir directory in there own cpanel account? is this possible. (it is not a public server but privately managed with just one site on it).
OS : CentOS v7.9.2009 STANDARD kvm
cPanel Version : 106.0.9
Running EA and Engintron
Also PHP-FPM is in use and turned on.
Thanks
Last edited by a moderator: