Need Latest Version of Apache to Use FPM
This commit is contained in:
parent
8d61ff2ec6
commit
eafb72dc70
2 changed files with 10 additions and 0 deletions
|
@ -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(){
|
||||
|
|
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue