How to install WikiSuite documents a typical installation. But your needs can differ.
As of 2021-01-01, this page is still early draft.
The goal is to document (or even better point to documentation) about
Should we have a default .user.ini? Perhaps with some common settings commented out?
Should we have _user.ini for default values? And we can have an alias like we do for .htaccess to _htaccess?
post_max_size = 1000M memory_limit = 4000M upload_max_filesize = 1000M display_errors = On error_reporting = E_ALL
To do: document way to override for whole server. Ex.: a dev server could have always at on, or per site.
Virtualmin -> (pick the Virtual Server or Sub Server) -> Services -> PHP-FPM Configuration -> Error Logging -> Display error messages
Virtualmin -> (pick the Virtual Server or Sub Server) -> Server Configuration -> PHP Version
You should not change the "PHP script execution mode" unless you know what you are doing.
tiki-admin.php?page=performance -> Bytecode Cache can report a setting to be adjusted:
opcache.memory_consumption
On ClearOS, it was recommended to put zlib.output_compression = 1 in .user.ini What about Virtualmin?