I badly need to speed up Roundcube, so I would like to install XCache for my ISPConfig installation and I am not sure how to? I got XCache running for the sites, but I was wondering what the steps necessary were to install XCache for ISPConfig? -J
I think you can more or less follow this guide: http://www.howtoforge.com/xcache-php5-apache2-fedora8-centos5.1 Run Code: /root/ispconfig/php/bin/phpize ./configure --enable-xcache make make install And then you'd add the Xcache settings to /root/ispconfig/php/php.ini.
Your directions are right on the money, thanks! I needed to locate xcache.so after the install so I could include it in /root/ispconfig/php/php.ini, but tha was easilly accomplished with find / -iname xcache.so