I have the site running fine on Cake 2.2.3 but trying to configure Memcache
as the Cache engine.
As soon as I uncomment my memcache Cache block below I get hit with a 502
Bad Gateway error. So it's a bit hard to figure out if its cake or the
server since both work but when I add this bit of code it breaks so I am a
bit stumped. Can you use multiple Cache engines? File for somethings and
memcahe for others? Anyone have any ideas? Suggestions?
/*Cache::config(
'inmemory', array(
'engine' => 'Memcache',
'duration' => 3600,
'serialize' => true,
'servers' => array(
'127.0.0.1:11211'),
'persistent' => true,
'compress' => false));*/
Thanks
Dave
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.