diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-11-20 00:19:56 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-11-20 00:19:56 +0100 |
commit | a42b9586a19f4f8cee577da2ee68981888126ed0 (patch) | |
tree | 1a41842891a6a3f946e9255a2f650d8119a213e8 /docs/en/rst/installing/apache.rst | |
parent | 59194083a75cf3a3b33bb844fc288dee75e684cf (diff) | |
download | bugs-a42b9586a19f4f8cee577da2ee68981888126ed0.tar bugs-a42b9586a19f4f8cee577da2ee68981888126ed0.tar.gz bugs-a42b9586a19f4f8cee577da2ee68981888126ed0.tar.bz2 bugs-a42b9586a19f4f8cee577da2ee68981888126ed0.tar.xz bugs-a42b9586a19f4f8cee577da2ee68981888126ed0.zip |
Bug 1223790: "AllowOverride AuthConfig" is required to use the "Require" directive in .htaccess
r=gerv a=dkl
Diffstat (limited to 'docs/en/rst/installing/apache.rst')
-rw-r--r-- | docs/en/rst/installing/apache.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |