소스 검색

Removed instructions for unsupported Apache versions.

Claude Paroz 4 년 전
부모
커밋
cfa0c0e252
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 7
      docs/howto/deployment/wsgi/modwsgi.txt

+ 1 - 7
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/