Where can I find the PHP configuration on proServer?

The primary configuration file is /usr/local/etc/php.ini. This file is preconfigured during the initial provisioning of the proServer and also uses the files in the /usr/local/etc/php/ directory to configure PHP modules, in the order of their filenames. By choosing appropriate filenames in this directory, you can therefore enforce a specific order. Here, too, a set of default values is preconfigured during initial provisioning.

To distinguish your own configurations from system defaults, we recommend storing your own configuration values, for example, in /usr/local/etc/php/zzz-99-override.ini.

The configuration files php.ini-production and php.ini-development, which are also present, are created by the PHP package during installation and contain example values for reference; these files have no technical function.