Fixed #26302 -- Removed incorrect statement about virtual hosts.

This commit is contained in:
girish ramnani 2016-03-09 01:07:34 +05:30 committed by Tim Graham
parent 8fb3a2877b
commit 593ecfe135
1 changed files with 3 additions and 4 deletions

View File

@ -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