From 8ba51eb0acce43c470ae878cd74b6e323a3ff6c3 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 4 Aug 2014 21:11:42 +0300 Subject: [PATCH] Removing phpcgi template for Ubuntu 14.04 as deprecated --- install/vst-install-ubuntu.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 10be4b1d..b72ab369 100644 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -484,6 +484,11 @@ if [ "$srv_type" = 'micro' ]; then rm -f /usr/local/vesta/data/templates/web/apache2/phpfcgid.* fi +# Removing CGI templates +if [ "$codename" = 'trusty' ]; then + rm -f /usr/local/vesta/data/templates/web/apache2/phpcgi.* +fi + # Generating SSL certificate $VESTA/bin/v-generate-ssl-cert $(hostname) $email 'US' 'California' \ 'San Francisco' 'Vesta Control Panel' 'IT' > /tmp/vst.pem