Comments on Integrating XCache Into PHP5 (Debian Etch & lighttpd)
Integrating XCache Into PHP5 (Debian Etch & lighttpd) This guide explains how to integrate XCache into PHP5 on a Debian Etch system (with lighttpd). 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.
1 Comment(s)
Comments
Nice and simple tutorial but You could've mentioned about xcache's administrator interface which is very useful. When you're installing by apt-get You don't get the admin folder (or I can't find it). The only way is to extract the original (source) package and to copy the admin folder into the place You want (like /var/www/ or anyway else You keep your sites) so You will be able to access it via web browser.