Comments on Integrating XCache Into PHP5 (Debian Etch & Apache2)
Integrating XCache Into PHP5 (Debian Etch & Apache2) This guide explains how to integrate XCache into PHP5 on a Debian Etch system (with Apache2). From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
5 Comment(s)
Comments
Just a sidenote = I installed the php5-xcache package on my Debian Lenny (testing) installation, and I had to manually add the following line to my /etc/php5/apache2/php.ini file:
extension=xcache.so
One I did that, everything worked fine. Thanks, Falko!
but why I dont need to do changing php.ini eh?
I just check out with this command; dpkg -l | grep php5
php5-xcache seems ok! why do we need to add extension manually on php.ini anyway? I'm using Ubuntu here... linux flavour is nice!
how do you access your admin page ? i installed using php5-xcache but not being able to find admin section
For those Googling:
Admin setup:
http://xcache.lighttpd.net/wiki/InstallAdministration
Thanks, worked like a charm! :-)