diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-28 19:31:00 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-28 19:31:00 +0100 |
commit | f0faef6a1b88210768e5a6e7c483c2617b522387 (patch) | |
tree | 9b302a3b49e77e89a569daf9dd29ae2422f95f02 /docs/en | |
parent | f8b7f773ec551ed76f61b6193f2aaedb53f93e90 (diff) | |
download | bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.tar bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.tar.gz bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.tar.bz2 bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.tar.xz bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.zip |
Bug 1235415: Use "AllowOverride All" everywhere
Diffstat (limited to 'docs/en')
-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 c9c7b2d26..c2da8da23 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` |