PDA

View Full Version : installing XCache


unsichtbare
6th June 2008, 19:13
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

falko
7th June 2008, 13:01
I think you can more or less follow this guide:
http://www.howtoforge.com/xcache-php5-apache2-fedora8-centos5.1
Run
/root/ispconfig/php/bin/phpize
./configure --enable-xcache
make
make installAnd then you'd add the Xcache settings to /root/ispconfig/php/php.ini.

unsichtbare
9th June 2008, 08:27
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

onastvar
10th June 2008, 06:15
great directions - thank you