diff options
| author | 2023-10-31 12:27:32 +0100 | |
|---|---|---|
| committer | 2023-10-31 12:27:32 +0100 | |
| commit | 0234f4e40b961b85d6d79afad1b9ccd78c4c4ce8 (patch) | |
| tree | b8f7a9cd9df34b86f3adb427fe51773b0c3e4fb1 /README.md | |
| parent | 6fd1195f9502a45fa33982fa6dcd7a92518a44bd (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 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ FreshRSS comes with absolutely no warranty. * Works on mobile (except a few features) * Light server running Linux or Windows * It even works on Raspberry Pi 1 with response time under a second (tested with 150 feeds, 22k articles) -* A web server: Apache2 (recommended), nginx, lighttpd (not tested on others) +* A web server: Apache2.4+ (recommended), nginx, lighttpd (not tested on others) * PHP 7.4+ * Required extensions: [cURL](https://www.php.net/curl), [DOM](https://www.php.net/dom), [JSON](https://www.php.net/json), [XML](https://www.php.net/xml), [session](https://www.php.net/session), [ctype](https://www.php.net/ctype), and [PDO_MySQL](https://www.php.net/pdo-mysql) or [PDO_SQLite](https://www.php.net/pdo-sqlite) or [PDO_PGSQL](https://www.php.net/pdo-pgsql) * Recommended extensions: [GMP](https://www.php.net/gmp) (for API access on 32-bit platforms), [IDN](https://www.php.net/intl.idn) (for Internationalized Domain Names), [mbstring](https://www.php.net/mbstring) (for Unicode strings), [iconv](https://www.php.net/iconv) (for charset conversion), [ZIP](https://www.php.net/zip) (for import/export), [zlib](https://www.php.net/zlib) (for compressed feeds) |
