fp-wiki>ImportUser |
|
(68 intermediate revisions by 17 users not shown) |
Line 1: |
Line 1: |
| <pre>#!html
| | {{header|docs}} |
| ==Web Servers==</pre>
| |
|
| |
|
| === PostgreSQL DBD Driver ===
| | {{Docs_beat_closed}} |
|
| |
|
| Users of the <code>mod_dbd</code> module should note that the <code>apr-util</code> DBD driver for PostgreSQL is now
| | [[Category:Docs Project]] |
| distributed as a separate dynamically-loaded module. The driver module is now included in the
| | [[Category:Draft documentation]] |
| <code>apr-util-pgsql</code> package. A MySQL driver is now also available, in the <code>apr-util-mysql</code> package.
| | [[Category:Documentation beats]] |
| | |
| === 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 has been updated from the 5.x series to 6.2. For details, refer to:
| |
| | |
| http://drupal.org/drupal-6.2
| |
| | |
| 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.
| |
| 1. Browse to http://host/drupal/update.php to run the upgrade script.
| |
| | |
| === 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.
| |