Feature Request: Bulk Edit PHP Resource Limits

SYSTEM INFORMATION
OS type and version Debian Linux 12
Webmin version 2.303
Virtualmin version 7.30.8 Pro

I deployed a bunch of servers, and after they were deployed, realized I needed to modify PHP resource limits on all of them. In discussing this on the Help forums, it came up that there is currently no way to bulk modify PHP settings across multiple servers (post_max_size, upload_max_filesize, etc.)

Would it be possible to implement this in a future release of Virtualmin?

Thank you!

I just learned this can be done by CLI, just not GUI.

virtualmin modify-php-ini --all-domains --ini-name post_max_size --ini-value 16M

virtualmin modify-php-ini --all-domains --ini-name upload_max_filesize --ini-value 16M

virtualmin modify-php-ini --all-domains --ini-name output_buffering --ini-value off

Aah yes, I would like this in the GUI but worst case CLI

that was news to me and has me wondering what else is hidden away in the CLI

I care very little about PHP (only 1 client using it) but also I have not really invested time in examining Virtualmin’s CLI

Nothing is hidden. There’s documentation, and you can ask the commands themselves for hints (virtualmin shows a list of commands and virtualmin command-name shows usage for the command).

3 Likes