summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2015-09-15 17:20:07 +0200
committerGervase Markham <gerv@gerv.net>2015-09-15 17:20:07 +0200
commit141d0d999266caf74f30611046af50bc6ebb179b (patch)
treecbe739893cb52b1dd17a748cc81d05f0d9e6dcf0 /docs
parent194ed924946cfd6e2ab38b01d9665413570491f4 (diff)
downloadbugzilla-141d0d999266caf74f30611046af50bc6ebb179b.tar.gz
bugzilla-141d0d999266caf74f30611046af50bc6ebb179b.tar.xz
Bug 1188824 - add 'require all granted' to <Directory> block for Windows Apache instructions
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/installing/apache-windows.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/en/rst/installing/apache-windows.rst b/docs/en/rst/installing/apache-windows.rst
index 5e8ac8928..cf3245aab 100644
--- a/docs/en/rst/installing/apache-windows.rst
+++ b/docs/en/rst/installing/apache-windows.rst
@@ -82,8 +82,16 @@ Add the following stanza:
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride Limit FileInfo Indexes Options
+ Require all granted
</Directory>
+.. warning:: The above block takes a simple approach to access control
+ and is correct for Apache 2.4. For Apache 2.2, replace
+ ``Require all granted`` with ``Allow from all``. If you
+ have other applications on the server or other access
+ control requirements, you may need to make further
+ modifications.
+
In order for ``ScriptInterpreterSource Registry-Strict`` to work, you also
need to add an entry to the Registry so Apache will use Perl to execute .cgi
files.