hi,
i have been struggling the last few days with a problem on my dedicated server. this is a centos 6 box with virtualmin gpl. i have been able to install multiple php versions using the install details at https://www.virtualmin.com/documentation/web/multiplephp
this works great for me and i can select php 5.4 for my domains instead of the default php 5.3. the problem that im having is that the php values arent set properly(or at all) with services>php 5 configuration>resource limits. the two values im trying to change are post_max_size and upload_max_filesize. when i change back to 5.3 they bounce back up to the values that i entered in resource limits.
is there something that im missing in the documentation, maybe a different php.ini file that i should be manually modifying to my needs?
Comments
Submitted by JamieCameron on Mon, 10/12/2015 - 20:15 Comment #1
So if you switch PHP versions and change the PHP execution time, does it stick?
Submitted by kenmgalloway on Mon, 10/12/2015 - 21:15 Comment #2
no the execution time doesnt change either, must be being written from somewhere else but not the configs listed with php info
Submitted by JamieCameron on Mon, 10/12/2015 - 22:21 Comment #3
Did you try making the change at Server Configuration -> Website Options?
Submitted by kenmgalloway on Tue, 10/13/2015 - 07:35 Comment #4
yes i tried making it on website options, the change took on the configuration screens in the backend but remain unchanged on the phpinfo screen in the frontend for php5.4
Submitted by JamieCameron on Tue, 10/13/2015 - 23:20 Comment #5
If you make the change on the Website Options page, can you check if any of the domain's
etc/php*/php.ini
files had theirmax_execution_time
changed?