Commit 5bf48d6d authored by Gervase Markham's avatar Gervase Markham

Bug 1188824 - add 'require all granted' to <Directory> block for Windows Apache instructions

parent 7d5b624c
...@@ -82,8 +82,16 @@ Add the following stanza: ...@@ -82,8 +82,16 @@ Add the following stanza:
Options +ExecCGI +FollowSymLinks Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html DirectoryIndex index.cgi index.html
AllowOverride Limit FileInfo Indexes Options AllowOverride Limit FileInfo Indexes Options
Require all granted
</Directory> </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 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 need to add an entry to the Registry so Apache will use Perl to execute .cgi
files. files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment