Архив записей, за марта, 2010
php memcache and memcached on CentOS 5 and up
написано марта 1, 2010 - запись из раздела CentOS Linux, PHP | 3 комментариев
The first thing we should do is install rpmforge repo if still not, you can use this HOWTO. the next step is installing memcached and libmemcache yum install libmemcache memcached -y starting memcached: memcached -d -m 256 -l 127.0.0.1 -p 11211 -u nobody you can add a line above to /etc/rc.local to start memcached daemon [...]