aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-31 12:27:32 +0100
committerGravatar GitHub <noreply@github.com> 2023-10-31 12:27:32 +0100
commit0234f4e40b961b85d6d79afad1b9ccd78c4c4ce8 (patch)
treeb8f7a9cd9df34b86f3adb427fe51773b0c3e4fb1 /docs/en/admins
parent6fd1195f9502a45fa33982fa6dcd7a92518a44bd (diff)
Document Apache 2.4+ (#5791)
And avoid crash in Apache 2.2 anyway fix https://github.com/FreshRSS/FreshRSS/issues/5790
Diffstat (limited to 'docs/en/admins')
-rw-r--r--docs/en/admins/02_Prerequisites.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/02_Prerequisites.md b/docs/en/admins/02_Prerequisites.md
index 5413118c1..5df04bc39 100644
--- a/docs/en/admins/02_Prerequisites.md
+++ b/docs/en/admins/02_Prerequisites.md
@@ -6,7 +6,7 @@ You need to verify that your server can run FreshRSS before installing it. If yo
| Software | Recommended | Also Works With |
| ------------- | ----------------------- | ----------------------- |
-| Web server | **Apache 2** | Nginx, lighttpd |
+| Web server | **Apache 2.4+** | nginx, lighttpd |
| PHP | **PHP 7.4+** | |
| PHP modules | Required: libxml, cURL, JSON, PDO_MySQL, PCRE and ctype.<br />Required (32-bit only): GMP <br />Recommended: Zlib, mbstring, iconv, ZipArchive<br />*For the whole modules list see [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/Dockerfile-Alpine#L7-L9)* | |
| Database | **MySQL 5.5.3+** | SQLite 3.7.4+, PostgreSQL 9.5+ |