Closed (outdated)
Project:
Path Cache
Version:
6.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 May 2011 at 20:38 UTC
Updated:
21 Aug 2018 at 14:08 UTC
Jump to comment: Most recent
Comments
Comment #1
pillarsdotnet commentedI'm using it with Cache Router and it's working okay for me, but the maintainer seems to be somewhat absent. lately.
Comment #2
fas commentedCan you post the settings that you are using for cache router?
Thanks!!
Regards from Argentina!
Comment #3
fas commentedI can not get to work Path_cache with CacheRouter (Memcache)
The patch file is applied path.inc
This is the setup I use in settings.php
$ conf ['cache_inc'] = '. / sites / all / modules / authcache / authcache.inc';
$ conf ['cacherouter'] = array (
'default' => array (
'engine' => 'memcache'
'servers' => array ('127 .0.0.1:11211')
'shared' => TRUE,
'prefix' =>'',
'path' => 'sites / default / files / filecache'
'static' => FALSE,
'fast_cache' => FALSE,
)
'cache_pathdst' => array (
'engine' => 'memcache'
'servers' => array ('127 .0.0.1:11211')
'shared' => TRUE,
'prefix' =>'',
'path' => 'sites / default / files / filecache'
'static' => FALSE,
'fast_cache' => TRUE,
)
'cache_pathsrc' => array (
'engine' => 'memcache'
'servers' => array ('127 .0.0.1:11211')
'shared' => TRUE,
'prefix' =>'',
'path' => 'sites / default / files / filecache'
'static' => FALSE,
'fast_cache' => TRUE,
)
);
The module is activated
But I can not make it work .....
Someone who can help me?
Thanks!
Comment #4
fabianx commentedD6 is EOL.