Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
88466848
Commit
88466848
authored
Oct 31, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 607323: Be clearer in the release notes that a new Apache configuration
is required r=LpSolit, a=mkanat
parent
bee1f304
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
8 deletions
+25
-8
release-notes.html.tmpl
template/en/default/pages/release-notes.html.tmpl
+25
-8
No files found.
template/en/default/pages/release-notes.html.tmpl
View file @
88466848
...
...
@@ -325,14 +325,11 @@
<h3 id="v40_feat_apache_config">New Apache Configuration</h3>
<p>(Note: If your [% terms.Bugzilla %] runs under mod_perl or runs on some
other webserver than Apache, this section does not apply to you.)</p>
<p>The Apache configuration used for [% terms.Bugzilla %] has changed.
In particular, a different AllowOverride statement is required.
See the
<a href="[% docs_urlbase FILTER html %]configuration.html#http-apache">Configuration</a>
section of the [% terms.Bugzilla %] Guide for details.</p>
<p>If you run [% terms.Bugzilla %] under Apache (as most people do),
you most likely require a <strong>new Apache configuration</strong>
for this version of [% terms.Bugzilla %]. See the
<a href="#v40_upgrading">Notes On Upgrading From a Previous Version</a>
section for details.</p>
<h3 id="v40_feat_other">Other Enhancements and Changes</h3>
...
...
@@ -577,6 +574,26 @@
<h2 id="v40_upgrading">Notes On Upgrading From a Previous Version</h2>
<h3>IMPORTANT: Apache Configuration Change</h3>
<p>(Note: If your [% terms.Bugzilla %] runs under mod_perl or runs on some
other webserver than Apache, this section does not apply to you.)</p>
<p>You will need to update the configuration of Apache for
[%+ terms.Bugzilla %]. In particular, this line in the [% terms.Bugzilla %]
<kbd><Directory></kbd> block:</p>
<blockquote><code>AllowOverride Limit</code></blockquote>
<p>needs to become:</p>
<blockquote><code>AllowOverride Limit FileInfo Indexes</code></blockquote>
<p>For full details on how to configure Apache for [% terms.Bugzilla %],
see the
<a href="[% docs_urlbase FILTER html %]configuration.html#http-apache">Configuration</a>
section of the [% terms.Bugzilla %] Guide.</p>
<h3>New .htaccess file</h3>
<p>In previous versions of [% terms.Bugzilla %], there was a file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment