commit 60823b330b365562079a063665eeadd470fa69a1
Author: John J. McDonough <jjmcd(a)fedoraproject.org>
Date: Fri Mar 25 19:49:06 2011 -0400
Convert Web Servers beat
en-US/Web_Servers.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 47 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Web_Servers.xml b/en-US/Web_Servers.xml
index 8a9c204..da31bf9 100644
--- a/en-US/Web_Servers.xml
+++ b/en-US/Web_Servers.xml
@@ -5,8 +5,53 @@
]>
<section id="sect-RelNotes-Web_Servers">
- <title>Web Servers</title>
+ <title>Web Servers and Web Applications</title>
- <para> </para>
+ <section>
+ <title>Apache </title>
+ <para>
+ <package>httpd</package> was updated from 2.2.16 to 2.2.17. This
+ version includes <emphasis>mod</emphasis> fixes and
+ <emphasis>core</emphasis> fixes and changes.
+ </para>
+ <para>
+ Core fixes and changes:
+ <itemizedlist>
+ <listitem>
+ <para>
+ (re)-introduce -T commandline option to suppress
+ documentroot check at startup.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ check symlink ownership if both FollowSymlinks and
+ SymlinksIfOwnerMatch are set.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ fix origin checking in SymlinksIfOwnerMatch.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </section>
+
+ <section>
+ <title>Drupal renamed to Drupal6</title>
+ <para>
+ Starting with Fedora 15, the drupal package and all module
+ packages have been renamed from drupal* to drupal6*. In
+ addition, all filesystem locations will reflect this change.
+ Simply copying your old content to the new locations should
+ work, as the versions should be the same.
+ </para>
+ <para>
+ This change was made to facilitate easier maintenance of
+ parallel drupal versions across Fedora/EPEL releases with the
+ release of drupal7.
+ </para>
+ </section>
</section>