projects
/
apache2-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
819945e
)
Enable php 7.3.
master
debian/2.4.38+cn10u1
author
Ivan Rako
<ivan.rako@srce.hr>
Sun, 27 Dec 2020 21:48:53 +0000
(22:48 +0100)
committer
Ivan Rako
<ivan.rako@srce.hr>
Sun, 27 Dec 2020 21:48:53 +0000
(22:48 +0100)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
e6a7d40
..
006f92e
100755
(executable)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-418,7
+418,7
@@
backup_conf $CONFDIR/sites-available
cp_echo "CN: Backup is located in directory: $BACKUPDIR/"
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."
#
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 rewrite
a2enmod -m -q userdir
a2enmod -m -q suexec
- a2enmod -m -q php7.0
+ a2enmod -m -q php7.3
a2enmod -m -q ssl
fi
a2enmod -m -q ssl
fi