From Fedora Project Wiki

(this beat is weirdly named for not having any direct web servers, but plenty of web application infrastructure; trimming out F9-specific content; adding old or deprecated content notice)
Line 1: Line 1:
==Web Servers==
== Web Servers ==


=== PostgreSQL DBD Driver ===
=== PostgreSQL DBD Driver ===
{{admon/note|Deprecated or out of date content?|This content may be deprecated or out of date, it has not been updated since the Fedora 9 release notes.}}


Users of the <code>mod_dbd</code> module should note that the <code>apr-util</code> DBD driver for PostgreSQL is now
Users of the <code>mod_dbd</code> module should note that the <code>apr-util</code> DBD driver for PostgreSQL is now
distributed as a separate dynamically-loaded module.  The driver module is now included in the
distributed as a separate dynamically-loaded module.  The driver module is now included in the
<code>apr-util-pgsql</code> package.  A MySQL driver is now also available, in the <code>apr-util-mysql</code> package.
<code>apr-util-pgsql</code> package.  A MySQL driver is now also available, in the <code>apr-util-mysql</code> package.
=== TurboGears Applications ===
The main !CherryPy package has been updated to 3.x.  A compatibility package for !TurboGears applications has been created: python-cherrypy2.  !TurboGears applications created before this change may need to update their startup scripts.  Instead of:
<pre>
import pkg_resources
pkg_resources.require('TurboGears')
</pre>
the start script needs to have:
<pre>
__requires__ = 'TurboGears'
import pkg_resources
</pre>


=== Drupal ===
=== Drupal ===
Line 28: Line 15:
http://drupal.org/drupal-6.4
http://drupal.org/drupal-6.4


If you're already updated to the latest in F-9, which is also 6.4, you don't need to do the following:
If your installation is updated to the 6.4 version in Fedora 9, skip the following step.
 
Remember to log in to your site as the admin user, and disable any third-party modules before upgrading this package. After upgrading the package:


1. Copy <code>/etc/drupal/default/settings.php.rpmsave</code> to <code>/etc/drupal/default/settings.php</code>, and repeat for any additional sites' <code>settings.php</code> files.
When upgrading from earlier versions, remember to log in to your site as the admin user, and disable any third-party modules before upgrading this package. After upgrading the package:
1. Browse to http://host/drupal/update.php to run the upgrade script.


# Copy <code>/etc/drupal/default/settings.php.rpmsave</code> to <code>/etc/drupal/default/settings.php</code>, and repeat for any additional sites' <code>settings.php</code> files.
# Browse to http://host/drupal/update.php to run the upgrade script.


Also, several modules are now available.  drupal-date, -cck, -views, and -service_links.
Also, several modules are now available.  drupal-date, -cck, -views, and -service_links.
=== Squid ===
Squid has been updated from version 2.6 to 3.0.STABLE2. The configuration files are not entirely backwards compatible. For further details, refer to the Squid release notes:
http://www.squid-cache.org/Versions/v3/3.0/squid-3.0.STABLE2-RELEASENOTES.html
As well, due to a bug, the transparent proxy does not work. This should be resolved after the first update.

Revision as of 02:23, 9 October 2008

Web Servers

PostgreSQL DBD Driver

Note.png
Deprecated or out of date content?
This content may be deprecated or out of date, it has not been updated since the Fedora 9 release notes.

Users of the mod_dbd module should note that the apr-util DBD driver for PostgreSQL is now distributed as a separate dynamically-loaded module. The driver module is now included in the apr-util-pgsql package. A MySQL driver is now also available, in the apr-util-mysql package.

Drupal

Drupal has been updated to 6.4. For details, refer to:

http://drupal.org/drupal-6.4

If your installation is updated to the 6.4 version in Fedora 9, skip the following step.

When upgrading from earlier versions, remember to log in to your site as the admin user, and disable any third-party modules before upgrading this package. After upgrading the package:

  1. Copy /etc/drupal/default/settings.php.rpmsave to /etc/drupal/default/settings.php, and repeat for any additional sites' settings.php files.
  2. Browse to http://host/drupal/update.php to run the upgrade script.

Also, several modules are now available. drupal-date, -cck, -views, and -service_links.