]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1188824 - add 'require all granted' to <Directory> block for Windows Apache instr...
authorGervase Markham <gerv@gerv.net>
Tue, 15 Sep 2015 15:20:07 +0000 (16:20 +0100)
committerGervase Markham <gerv@gerv.net>
Tue, 15 Sep 2015 15:20:07 +0000 (16:20 +0100)
docs/en/rst/installing/apache-windows.rst

index 5e8ac89288dffbd4f8a0fa8cd08ba4e4468ca2de..cf3245aab75e577ad844c634fef16a82d4d8b336 100644 (file)
@@ -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.