Support PHP installed from Debian Packages System.

This commit is contained in:
2017-11-06 04:24:52 +01:00
parent 7427ebec6b
commit 186d3b94d5
3 changed files with 136 additions and 31 deletions

View File

@ -47,7 +47,7 @@ IPV6=""
# - Note: it's not the 'DocumentRoot' directory, but the directory where
# - the 'DocumentRoot' Directory lives.
# -
# - Defaults to '/var/www/webmail/$WEBSITE_NAME'
# - Defaults to '/var/www/$WEBSITE_NAME'
# -
#WEBSITE_BASEDIR=""
@ -100,6 +100,15 @@ IPV6=""
# -
#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