Webmin PHP configuration

По умолчанию может выдаваться:
PHP Configuration
No PHP configuration files were found. Adjust the module configuration to set the correct path to the global PHP config file.

Module Config
PHP Configuration
No PHP configuration files were found. Adjust the module configuration to set the correct path to the global PHP config file.

Конфигурация модуля предлагает задать значения в следующем формате:
Global PHP configuration files
(In filename=description format)

/etc/php5/apache2/php.ini=Configuration for mod_php
/etc/php5/cgi/php.ini=Configuration for scripts run via CGI
/etc/php5/cli/php.ini=Configuration for command-line scripts

Где и какой версии у нас PHP можно узнать через phpinfo()

PHP Version 7.0.32-0ubuntu0.16.04.1
Loaded Configuration File	/etc/php/7.0/apache2/php.ini

Меняем конфигурацию модуля:

/etc/php/7.0/apache2/php.ini=Configuration for mod_php
/etc/php/7.0/cgi/php.ini=Configuration for scripts run via CGI
/etc/php/7.0/cli/php.ini=Configuration for command-line scripts