From c88513f91e7476b6ac6dbadc5de36542ca6dc0da Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Mon, 9 Mar 2020 15:19:44 +0000 Subject: [PATCH] Issue #3114079 by johndevman, catch, Liam Morland, longwave, mr.baileys, alexpott, Charlie ChX Negyesi: [policy, no patch] Update minimum supported Apache version to >= 2.4.7 --- core/INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/INSTALL.txt b/core/INSTALL.txt index 0cb34b897908..6379cfa1fcdb 100644 --- a/core/INSTALL.txt +++ b/core/INSTALL.txt @@ -46,7 +46,7 @@ REQUIREMENTS AND NOTES Drupal requires: - A web server with PHP support, for example: - - Apache 2.0 (or greater) (http://httpd.apache.org/). + - Apache 2.4.7 (or greater) (http://httpd.apache.org/). - Nginx 1.1 (or greater) (http://nginx.com/). - PHP 7.3.0 (or greater) (http://php.net/). For better security support it is recommended to update to at least 7.3.13. -- GitLab