Determin PHP version if installed via debian package system. Restart PHP after postfixadmin installation.

This commit is contained in:
2017-11-07 03:53:13 +01:00
parent 24de2d80e1
commit f1cd028434
2 changed files with 114 additions and 25 deletions

View File

@ -93,6 +93,15 @@ APACHE_SERVER_KEY=""
# -
#CERT_ChainFile=""
# - Is PHP installed from debian package system ?
# -
# - Boolean, possible values are 'true', 'false'
# -
# - Defaults to 'false'
#
#PHP_DEBIAN_INSTALLATION=""
# - Type of PHP installation.
# -
# - Possible values are: 'php_fpm' , 'fcgid' , 'mod_php