mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-17 01:49:24 +07:00
fix(troubleshooting): outdated Apache modules
The apache2filter SAPI hasn't existed since PHP 7.0. Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user