From 691142364f23007a1628e3d886213dc3c4fe2a13 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 25 May 2020 08:56:50 +0200 Subject: [PATCH] [3.1.x] Removed instructions for unsupported Apache versions. Backport of cfa0c0e252c680f574c8eea1118e6d11bf7e5fa5 from master --- docs/howto/deployment/wsgi/modwsgi.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt index b2ab1555dfd..cbc19628bb1 100644 --- a/docs/howto/deployment/wsgi/modwsgi.txt +++ b/docs/howto/deployment/wsgi/modwsgi.txt @@ -25,9 +25,7 @@ Basic configuration =================== Once you've got mod_wsgi installed and activated, edit your Apache server's -`httpd.conf`_ file and add the following. If you are using a version of Apache -older than 2.4, replace ``Require all granted`` with ``Allow from all`` and -also add the line ``Order deny,allow`` above it. +`httpd.conf`_ file and add the following. .. _httpd.conf: https://wiki.apache.org/httpd/DistrosDefaultLayout @@ -175,10 +173,6 @@ a static file. All other URLs will be served using mod_wsgi: -If you are using a version of Apache older than 2.4, replace -``Require all granted`` with ``Allow from all`` and also add the line -``Order deny,allow`` above it. - .. _Nginx: https://nginx.org/en/ .. _Apache: https://httpd.apache.org/