summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgirish ramnani <girishramnani95@gmail.com>2016-03-09 01:07:34 +0530
committerTim Graham <timograham@gmail.com>2016-03-09 09:01:35 -0500
commit05ca9a68b59d5d683501e709c1ab629c3705fecb (patch)
treee6816a582457de3f11de5c029950ea919ea9428d
parent0bae867cd2b25b8e2227bf454f3407cfae5693b5 (diff)
[1.9.x] Fixed #26302 -- Removed incorrect statement about virtual hosts.
Backport of 593ecfe1352bce7daa7a2ca530a46de2f0133319 from master
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index 988ff8a389..96c7e48293 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -25,12 +25,11 @@ Basic configuration
===================
Once you've got mod_wsgi installed and activated, edit your Apache server's
-`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`_ 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