summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-11-20 00:18:37 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-11-20 00:18:37 +0100
commit2363a2cdcd385dbbcc54a2a706d3458758abf401 (patch)
treef6cf0e87d8f6b56ec460d3b68496078bc969a504 /docs
parent56d18c669cb9e152c1501c8b45f0d525ff29c327 (diff)
downloadbugzilla-2363a2cdcd385dbbcc54a2a706d3458758abf401.tar.gz
bugzilla-2363a2cdcd385dbbcc54a2a706d3458758abf401.tar.xz
Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess
r=gerv
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/installing/apache-windows.rst2
-rw-r--r--docs/en/rst/installing/apache.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/rst/installing/apache-windows.rst b/docs/en/rst/installing/apache-windows.rst
index 0d326c132..ebad00e60 100644
--- a/docs/en/rst/installing/apache-windows.rst
+++ b/docs/en/rst/installing/apache-windows.rst
@@ -36,7 +36,7 @@ and do the following steps:
ScriptInterpreterSource Registry-Strict
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
- AllowOverride Limit FileInfo Indexes Options
+ AllowOverride All
Require all granted
</Directory>
diff --git a/docs/en/rst/installing/apache.rst b/docs/en/rst/installing/apache.rst
index 856512a7f..f98d20df0 100644
--- a/docs/en/rst/installing/apache.rst
+++ b/docs/en/rst/installing/apache.rst
@@ -68,7 +68,7 @@ mod_cgi, do the following:
AddHandler cgi-script .cgi
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
- AllowOverride Limit FileInfo Indexes Options
+ AllowOverride All
</Directory>
These instructions allow Apache to run .cgi files found within the Bugzilla