Best way to change all the php.ini files?

2 posts / 0 new
Last post
#1 Sun, 06/09/2013 - 14:42
Xencored

Best way to change all the php.ini files?

Howdy

What would be the best way to change all php.ini on all servers?

Am after changing

upload_max_filesize = 2M to upload_max_filesize = 64M post_max_size = 8M to post_max_size = 32M

Cheers

Sun, 06/09/2013 - 22:16
andreychek

Howdy,

You can do that using the Virtualmin command line tools.

You can see the available options by running this command:

virtualmin modify-php-ini

Topic locked