From 8846684813d3c3c4abb19b2bbc32e498b64a19de Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 31 Oct 2010 16:53:41 -0700 Subject: Bug 607323: Be clearer in the release notes that a new Apache configuration is required r=LpSolit, a=mkanat --- template/en/default/pages/release-notes.html.tmpl | 33 +++++++++++++++++------ 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'template/en/default/pages') diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 8e689b1a3..020e0a98f 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 -- cgit v1.2.3-24-g4f1b