From 873c0a97b0ebe22a0595b48610cadb8859c2a66b Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Fri, 12 Jul 2019 02:28:23 +0200 Subject: [PATCH] php-fpm in installer --- install/vst-install-debian.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index e209f591..a7ea39b0 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -19,8 +19,8 @@ codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))" vestacp="$VESTA/install/$VERSION/$release" if [ "$release" -eq 10 ]; then - software="nginx apache2 apache2-utils apache2-suexec-custom - libapache2-mod-fcgid libapache2-mod-php php + software="nginx apache2 apache2-utils + libapache2-mod-fcgid php-fpm php php-common php-cgi php-mysql php-curl php-fpm php-pgsql awstats webalizer vsftpd proftpd-basic bind9 exim4 exim4-daemon-heavy clamav-daemon spamassassin dovecot-imapd dovecot-pop3d roundcube-core @@ -857,10 +857,10 @@ if [ "$apache" = 'yes' ]; then cp -f $vestacp/apache2/status.conf /etc/apache2/mods-enabled/ cp -f $vestacp/logrotate/apache2 /etc/logrotate.d/ a2enmod rewrite - a2enmod suexec + # a2enmod suexec a2enmod ssl a2enmod actions - a2enmod ruid2 + # a2enmod ruid2 a2enmod headers mkdir -p /etc/apache2/conf.d echo > /etc/apache2/conf.d/vesta.conf