Apache 2.4 memcached module not caching

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi I did this configuration:

<IfModule cache_module>

      <IfModule cache_socache_module>
            CacheSocache memcache:localhost:11211
            CacheSocacheMaxSize 512000
            CacheSocacheMaxTime 86400

                 <Location /api>
                       CacheEnable memcache /
                  </Location>

          </IfModule>

</IfModule>

Unfortunately the memcache module does not cache the response in memcached server. What is wrong?

I want that after first request-response the Apache to cache to server response in memcached and feature requests to be fetched from memcached.

Is this configuration doing what I want?

I checked the memcached keys but no key is inserted.

Kind regards,
Danny

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux