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

2014-08-07 Thread Solo Luke
Final configuration look like this: LoadModule cache_module modules/mod_cache.so LoadModule cache_socache_module modules/mod_cache_socache.so LoadModule socache_memcache_module modules/mod_socache_memcache.so # Enable cache for /api folder from root /var/www/html/api CacheEnable socache /api # Co

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

2014-08-06 Thread Eric Covener
On Wed, Aug 6, 2014 at 10:28 AM, Solo Luke wrote: > I removed IfModule and I get errors. That's the point. You need to load modules you want used. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@h

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

2014-08-06 Thread Solo Luke
Did that but nothing in the error log. Here is what I have in logs: [Wed Aug 06 17:08:49.217652 2014] [core:trace5] [pid 28059:tid 140264647657216] protocol.c(618): [client 192.168.1.113:7899] Request received from client: GET /api/1.jpg HTTP/1.1 [Wed Aug 06 17:08:49.217723 2014] [http:trace4] [p

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

2014-08-06 Thread Eric Covener
On Wed, Aug 6, 2014 at 4:56 AM, Solo Luke wrote: > Unfortunately the memcache module does not cache the response in memcached > server. What is wrong? Try removing all of the ifModule directives as a start. Then set loglevel trace8 and have a look at the logs. -- Eric Covener cove...@gmail.co

[users@httpd] Apache 2.4 memcached module not caching

2014-08-06 Thread Solo Luke
Hi I did this configuration: CacheSocache memcache:localhost:11211 CacheSocacheMaxSize 512000 CacheSocacheMaxTime 86400 CacheEnable memcache / Unfortunately the memcache module