Comments on Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch)
Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 and lighttpd on a Debian Etch system. APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.
2 Comment(s)
Add comment
Comments
By: Adam
I love it! Been searching for a guide recently and but no luck , but did manage to install APC on debian setup but now with this guide it all went like a breeze with no errors as I experienced trying earlier.
By: justafish
You'll probably need to install the libpcre3-dev as well in order to install APC