From: Gervase Markham Date: Tue, 15 Sep 2015 15:20:07 +0000 (+0100) Subject: Bug 1188824 - add 'require all granted' to block for Windows Apache instr... X-Git-Tag: release-5.1.1~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141d0d999266caf74f30611046af50bc6ebb179b;p=thirdparty%2Fbugzilla.git Bug 1188824 - add 'require all granted' to block for Windows Apache instructions --- diff --git a/docs/en/rst/installing/apache-windows.rst b/docs/en/rst/installing/apache-windows.rst index 5e8ac89288..cf3245aab7 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 +.. 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.