Debian Tutorials

Debian Tutorials


Step by step tutorials showing you how to install and configure various applications and services on Debian based Linux distros.

February 2025
M T W T F S S
 12
3456789
10111213141516
17181920212223
2425262728  

Categories


Install XCache

Ástþór IPÁstþór IP

XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load. It overcomes a lot of problems that has been with other competing opcachers such as being able to be used with new PHP versions.

1. Installing the XCache package

apt-get install php5-xcache

2. Restart Apache

/etc/init.d/apache2 restart

That’s it. XCache is now installed.

Comments 0
There are currently no comments.