Need Latest Version of Apache to Use FPM

This commit is contained in:
earnolmartin 2018-05-21 19:59:13 -06:00
parent 8d61ff2ec6
commit eafb72dc70
2 changed files with 10 additions and 0 deletions

View file

@ -134,6 +134,11 @@ function apacheUseFPM(){
a2dismod php7.0
a2dismod php7.1
a2dismod php7.2
# We need a newer version of Apache for this to work properly!
add-apt-repository -y ppa:ondrej/apache2
aptget_Update
apt-get install -y --no-remove --allow-unauthenticated -o Dpkg::Options::="--force-confold" apache2
}
function changeNginxUser(){

View file

@ -824,6 +824,11 @@ function apacheUseFPM(){
a2dismod php7.0
a2dismod php7.1
a2dismod php7.2
# We need a newer version of Apache for this to work properly!
add-apt-repository -y ppa:ondrej/apache2
aptget_Update
apt-get install -y --no-remove --allow-unauthenticated -o Dpkg::Options::="--force-confold" apache2
}
function changeNginxUser(){