Jamie Holly http://www.intoxination.net http://www.hollyit.netOn 3/17/2013 10:43 PM, Austin Einter wrote:
-AustinI have a basic question. Where we tell to Apache/Varnish/Drupal that memcached is running at localhost with this port.I hope I am doing something wrong in configuration. Kindly let me know.., if any link gives all required steps for memcache support in drupal 7.
On Sun, Mar 17, 2013 at 5:32 PM, Austin Einter <austin.einter@gmail.com> wrote:
AustinThanksKindly guide how to resolve this issue.Anybody has faced this issue.Next I am unable to access my site. If I do not use memcache it is running fine, once i enable memcache it does not run.After that I restarted memcached, httpd service.Added below lines in settings.php file2. enabled memcache module in drupal1. installed php-pecl-memcache from remi repoThen ILooks everything went fine.3. Started memached service2. I configured /etc/sysconfig/memcacche config fileDear AllI am facing some issues with Memcache install in a Drupal 7 site.
Environment CentOs 7.3, Drupal 7.15
1. First I Installed memcached using yum command (tried two times one time from remi repo and other time from base repo).
include_once('./includes/cache.inc');
include_once('./sites/all/modules/memcache/memcache.inc');
$conf['cache_backends'][] = 'sites/all/modules/memcache/memcache.inc';
$conf['cache_default_class'] = 'MemCacheDrupal';
$conf['cache_class_cache_form'] = 'DrupalDatabaseCache';