summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorza <za@python.or.id>2015-12-11 05:49:29 +1100
committerTim Graham <timograham@gmail.com>2015-12-29 11:02:07 -0500
commit0d6633df93c41f3999db0fd1551a6bc627f4bf57 (patch)
treec89e95b0c2368c01580ba1cd9850aaa193a8a9f8 /docs/howto
parent2939ed4a18864549a25807193ea5af490d632dc6 (diff)
[1.9.x] Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.
Backport of d9e150b3117521f7c24dc6393eb29eebc3cc376a from master
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index 6e0e966a53..d87f9f12d6 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -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