Have you tried MySQLTuner yet? It's free and it makes optimizing your MySQL server easier than ever!

There’s a few issues with PHP 5.2.5 and the version of Horde that is bundled with Plesk 8.1.x and 8.2.x. The PHP include paths that appear in the Apache configuration generated by Plesk conflict with the PHP installation, and that causes the Horde webmail interface to segmentation fault.

To fix the problem, create a file called /etc/httpd/conf.d/zz050a_horde_php_workaround.conf and put the following inside it:

<DirectoryMatch /usr/share/psa-horde>
php_admin_value include_path "/usr/share/psa-horde/lib:/usr/share/psa-horde:/usr/share/psa-horde/pear:."
</DirectoryMatch>

Reload the Apache configuration and your Horde installation should work properly with PHP 5.2.5.

Credit for this fix goes to Kevin M.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • TwitThis
2 Responses to “Fixing Horde problems in Plesk 8.1.x/8.2.x with PHP 5.2.5”
  1. Credit actually goes to Racker H.

    This is just a ripoff of:
    http://rackerhacker.com/2007/06/30/remove-all-open_basedir-restrictions-in-plesk/

    That Kevin M. has no imagination.

  2. Cor Aarns says:

    For people who are still using ‘Plesk 7.5 Reloaded’ + php V5.2.5 , this fix works there too !

    Thanks btw :)

Leave a Reply

You must be logged in to post a comment. Login »