summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2020-05-25 08:56:50 +0200
committerGitHub <noreply@github.com>2020-05-25 08:56:50 +0200
commitcfa0c0e252c680f574c8eea1118e6d11bf7e5fa5 (patch)
tree83cf8ab4f7c54f4f9df95a6cdd3d9ee11b7352d8 /docs
parent972000420e08703dd4981466ff67adcd5a61ad4b (diff)
Removed instructions for unsupported Apache versions.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index b2ab1555df..cbc19628bb 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:
</Files>
</Directory>
-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/