From d75a29a3beba56be027e49a12c62811f22e25d71 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 31 Oct 2010 16:54:24 -0700 Subject: [PATCH] Bug 607323: Be clearer in the release notes that a new Apache configuration is required r=LpSolit, a=mkanat --- .../en/default/pages/release-notes.html.tmpl | 33 ++++++++++++++----- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 8e689b1a39..020e0a98fe 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -325,14 +325,11 @@

New Apache Configuration

-

(Note: If your [% terms.Bugzilla %] runs under mod_perl or runs on some - other webserver than Apache, this section does not apply to you.)

- -

The Apache configuration used for [% terms.Bugzilla %] has changed. - In particular, a different AllowOverride statement is required. - See the - Configuration - section of the [% terms.Bugzilla %] Guide for details.

+

If you run [% terms.Bugzilla %] under Apache (as most people do), + you most likely require a new Apache configuration + for this version of [% terms.Bugzilla %]. See the + Notes On Upgrading From a Previous Version + section for details.

Other Enhancements and Changes

@@ -577,6 +574,26 @@

Notes On Upgrading From a Previous Version

+

IMPORTANT: Apache Configuration Change

+ +

(Note: If your [% terms.Bugzilla %] runs under mod_perl or runs on some + other webserver than Apache, this section does not apply to you.)

+ +

You will need to update the configuration of Apache for + [%+ terms.Bugzilla %]. In particular, this line in the [% terms.Bugzilla %] + <Directory> block:

+ +
AllowOverride Limit
+ +

needs to become:

+ +
AllowOverride Limit FileInfo Indexes
+ +

For full details on how to configure Apache for [% terms.Bugzilla %], + see the + Configuration + section of the [% terms.Bugzilla %] Guide.

+

New .htaccess file

In previous versions of [% terms.Bugzilla %], there was a file -- 2.47.2