From 8101fcd6b42cc9760476d112657b7ecb935ff169 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 3 Sep 2025 17:36:00 -0400 Subject: [PATCH] fix(troubleshooting): outdated Apache modules The apache2filter SAPI hasn't existed since PHP 7.0. Signed-off-by: Josh --- admin_manual/issues/general_troubleshooting.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index 77478c9ea..6121c1277 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -215,9 +215,7 @@ these modules: * mod_security * mod_reqtimeout * mod_deflate -* libapache2-mod-php*filter (use libapache2-mod-php8.3 instead) -* mod_spdy together with libapache2-mod-php5 / mod_php (use fcgi or php-fpm - instead) +* mod_spdy * mod_dav * mod_xsendfile / X-Sendfile (causing broken downloads if not configured correctly)