1

Janak Singh: Install Memcache for Drupal on CentOS 5.5

http://janaksingh.com

Install EPEL Repo

Memcache can be found in the EPEL repo. Install EPEL repo:

rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noa...

Install Memcache

yum install memcached
pecl install memcache
yum install zlib-devel

Auto start memcache on reboot

chkconfig --level 2345 memcached on

Add PHP settings for Memcache

nano /etc/php.d/memcache.ini

extension=memcache.so
memcache.hash_strategy="consistent"

read more

Read »
Created by development_seed 1 year 33 weeks ago – Made popular 1 year 33 weeks ago
Category: News   Tags:

PSD to Drupal Theme

Drupal Development

Module Development

Get an Estimate

Tags for Janak Singh: Install Memcache for Drupal on CentOS 5.5

Recent comments