22May/101
How to install PHP-APC on a Debian Server
The Alternative PHP Cache is - like the name says- a common php cache used by many websites. It accelerates the website delivery from the server to the user by caching often used code.
If you want to use the Alternative PHP Cache, you just need to install the php-apc.
Follow these stepps:
1. Log into your server by ssh
2. If you are ROOT run this code:
apt-get install php-apc
3. If you aren't ROOT run this code:
su apt-get install php-apc
That's all. Note: don't use this in a development system, because changes on the code can take some time before showing their effect.
June 8th, 2010 - 07:00
well written blog. Im glad that I could find more info on this. thanks