[1.9.x] Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.

Backport of d9e150b311 from master
This commit is contained in:
za 2015-12-11 05:49:29 +11:00 committed by Tim Graham
parent 2939ed4a18
commit 0d6633df93
1 changed files with 6 additions and 3 deletions

View File

@ -25,9 +25,12 @@ 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 (or a `virtual host`_ 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: https://wiki.apache.org/httpd/DistrosDefaultLayout
.. _virtual host: https://httpd.apache.org/docs/current/en/vhosts/
.. code-block:: apache