Hello,

Just want to ask if this module works well with Cache Router (using memcache)?

Thanks

Comments

pillarsdotnet’s picture

I'm using it with Cache Router and it's working okay for me, but the maintainer seems to be somewhat absent. lately.

fas’s picture

Can you post the settings that you are using for cache router?

Thanks!!

Regards from Argentina!

fas’s picture

I 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!

fabianx’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

D6 is EOL.