Re: [users@httpd] Apache 2.4 memcached module not caching

2014-08-07 Thread Solo Luke
/jpeg This is a basic configuration for static content caching with memcached and work wonderful. Thank you! On Wed, Aug 6, 2014 at 5:37 PM, Eric Covener cove...@gmail.com wrote: On Wed, Aug 6, 2014 at 10:28 AM, Solo Luke sololuke2...@gmail.com wrote: I removed IfModule and I get errors

[users@httpd] Apache 2.4 memcached module not caching

2014-08-06 Thread Solo Luke
Hi I did this configuration: IfModule cache_module IfModule cache_socache_module CacheSocache memcache:localhost:11211 CacheSocacheMaxSize 512000 CacheSocacheMaxTime 86400 Location /api CacheEnable memcache /

Re: [users@httpd] Apache 2.4 memcached module not caching

2014-08-06 Thread Solo Luke
CacheEnable memcache /Location /IfModule /IfModule I removed IfModule and I get errors. On Wed, Aug 6, 2014 at 2:06 PM, Eric Covener cove...@gmail.com wrote: On Wed, Aug 6, 2014 at 4:56 AM, Solo Luke sololuke2...@gmail.com wrote: Unfortunately the memcache module does