summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/en/rst/installing/apache-windows.rst2
-rw-r--r--docs/en/rst/installing/apache.rst2
-rw-r--r--mod_perl.pl2
3 files changed, 3 insertions, 3 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
diff --git a/mod_perl.pl b/mod_perl.pl
index bdce744ca..f0de2e553 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -75,7 +75,7 @@ PerlChildInitHandler "sub { Bugzilla::RNG::srand(); srand(); }"
PerlCleanupHandler Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler
PerlOptions +ParseHeaders
Options +ExecCGI
- AllowOverride Limit FileInfo Indexes Options
+ AllowOverride All
DirectoryIndex index.cgi index.html
</Directory>
EOT