Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
5bf48d6d
Commit
5bf48d6d
authored
Sep 15, 2015
by
Gervase Markham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1188824 - add 'require all granted' to <Directory> block for Windows Apache instructions
parent
7d5b624c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
apache-windows.rst
docs/en/rst/installing/apache-windows.rst
+8
-0
No files found.
docs/en/rst/installing/apache-windows.rst
View file @
5bf48d6d
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment