X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=apache2-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=006f92eb3125d4481d6a65165057f2b9cbc3b3b1;hp=e6a7d40bd57f683758f40bff8507e1b0ba8fbf5e;hb=HEAD;hpb=819945e0cd33005247bf74f602a739588cdfbcc7 diff --git a/debian/postinst b/debian/postinst index e6a7d40..006f92e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -418,7 +418,7 @@ backup_conf $CONFDIR/sites-available cp_echo "CN: Backup is located in directory: $BACKUPDIR/" -# Enable Apache2 web server modules (mpm_prefork, cgi, rewrite, userdir, suexec, php7.0, ssl). +# Enable Apache2 web server modules (mpm_prefork, cgi, rewrite, userdir, suexec, php7.3, ssl). # if [ -e "$CONF" ]; then cp_echo "CN: Enabling the prefork Apache2 MPM." @@ -433,7 +433,7 @@ if [ -e "$CONF" ]; then a2enmod -m -q rewrite a2enmod -m -q userdir a2enmod -m -q suexec - a2enmod -m -q php7.0 + a2enmod -m -q php7.3 a2enmod -m -q ssl fi