|
|
(64 intermediate revisions by 14 users not shown) |
Line 1: |
Line 1: |
| == Web Servers ==
| | {{header|docs}} |
|
| |
|
| === PostgreSQL DBD Driver ===
| | {{Docs_beat_closed}} |
|
| |
|
| {{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.}}
| | [[Category:Docs Project]] |
| | | [[Category:Draft documentation]] |
| Users of the <code>mod_dbd</code> module should note that the <code>apr-util</code> DBD driver for PostgreSQL is now
| | [[Category:Documentation beats]] |
| 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.
| |
| | |
| === 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:
| |
| | |
| # 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.
| |