aboutsummaryrefslogtreecommitdiff
path: root/debian/boca-web.postinst
diff options
context:
space:
mode:
authorBruno Cesar Ribas <bcribas@users.noreply.github.com>2025-09-22 17:37:10 +0000
committerGitHub <noreply@github.com>2025-09-22 17:37:10 +0000
commit17c329ef861181166b2d4bb751c6e8b858e22d31 (patch)
tree8ed60ff50fdf300fc1d8dad103f58247540d1030 /debian/boca-web.postinst
parent23d13984f23e306c4015bdfbdb073a35c4213915 (diff)
parent253fcbf02fe2efe6a1f3ff012346615d7e314734 (diff)
downloadboca-17c329ef861181166b2d4bb751c6e8b858e22d31.tar.gz
boca-17c329ef861181166b2d4bb751c6e8b858e22d31.zip
Merge pull request #47 from DaviAntonio/release-1.5.21-noble
Release Boca 1.5.23 for Ubuntu noble
Diffstat (limited to 'debian/boca-web.postinst')
-rw-r--r--debian/boca-web.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/boca-web.postinst b/debian/boca-web.postinst
index 091905b..460778d 100644
--- a/debian/boca-web.postinst
+++ b/debian/boca-web.postinst
@@ -36,7 +36,8 @@ a2enmod socache_shmcb
a2enmod proxy_fcgi setenvif
# Enable php-fpm module for apache
-a2enconf php8.1-fpm
+# ALWAYS check for unexpected PHP 8 point releases!!!
+a2enconf php8.3-fpm
# Check the syntax of apache2's configuration file
# This DOES NOT CATCH ALL ERRORS