diff --git a/debian/changelog b/debian/changelog index 0ec4881..d17204a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,7 +29,7 @@ alternc-php-fpm (3.6.2) stable; urgency=medium alternc-php-fpm (3.6.1) stable; urgency=medium - * Missing option on apache vhost + * Missing option on apache vhost * Improve documentation -- Camille Lafitte Tue, 20 Jun 2023 16:03:20 +0200 diff --git a/debian/postinst b/debian/postinst index b4aa74e..216a9f3 100644 --- a/debian/postinst +++ b/debian/postinst @@ -88,7 +88,7 @@ function generate_domains_type() { for php_version in $php_list do - type_name="php${php_version/[^0-9]/}-fpm" + type_name="php${php_version/[^0-9]/}-fpm" sql="$sql \ INSERT IGNORE INTO domaines_type SET \ name='$type_name', \ @@ -118,7 +118,7 @@ printf "Alternc PHP FPM\n" case "$1" in configure) printf "\tEnabling apache modules\n" - a2enmod proxy_fcgi setenvif + a2enmod proxy_fcgi setenvif service apache2 restart printf "\tGenerating related apache template\n" generate_template_apache "$alternc_version"