Thứ Bảy, 1 tháng 6, 2013

install the apache module memcache

Like APC, Memcached is a high-performance, distributed memory object caching system. However, it can work together with multiple servers (unlike APC).


sudo apt-get install memcached
sudo apt-get install php-pear
sudo pecl install memcache
 
Check to see if Memcached is running
ps aux | grep memcached
 
 
You need to install the apache module memcache.so in your php.ini file:
extension=memcache.so
 
gedit /etc/php5/apache2/php.ini

Không có nhận xét nào:

Đăng nhận xét

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...