diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-28 19:28:13 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-28 19:28:13 +0100 |
commit | 17019bea40ba3d9fad55300e4872ab0fcf112382 (patch) | |
tree | 0fc7e633e061c714592ea3b69cc3841912b7e1e6 /docs/en/rst | |
parent | 8bbc156ca9a4bf3bfff8a9b7014a002808b1b7f0 (diff) | |
download | bugzilla-17019bea40ba3d9fad55300e4872ab0fcf112382.tar.gz bugzilla-17019bea40ba3d9fad55300e4872ab0fcf112382.tar.xz |
Bug 1235415: Use "AllowOverride All" everywhere
Diffstat (limited to 'docs/en/rst')
-rw-r--r-- | docs/en/rst/installing/quick-start.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst index 848532a9d..9f510027c 100644 --- a/docs/en/rst/installing/quick-start.rst +++ b/docs/en/rst/installing/quick-start.rst @@ -117,7 +117,7 @@ Paste in the following and save: AddHandler cgi-script .cgi Options +ExecCGI DirectoryIndex index.cgi index.html - AllowOverride Limit FileInfo Indexes Options + AllowOverride All </Directory> :command:`a2ensite bugzilla` |