• Mod cache configuration

    From nitin chauhan@21:1/5 to All on Thu Aug 3 05:14:15 2017
    Hi,
    I am trying to cache my product data with mod cache module, but the problem is i can not see data stored and I can not control directories it is using to store data.How can I give specific names to filders being created instead of randomly generted
    hashcode named folders?
    Below are my configurations

    <IfModule mod_cache.c>
    <IfModule mod_cache_disk.c>
    CacheRoot "/var/www/html/roche/jsonCache"
    CacheEnable disk /product
    CacheDirLevels 1
    CacheDirLength 1
    CacheMaxFileSize 1000000
    CacheMinFileSize 1
    CacheIgnoreCacheControl On
    CacheIgnoreNoLastMod On
    CacheIgnoreQueryString On
    CacheIgnoreHeaders None
    CacheLastModifiedFactor 0.1
    CacheDefaultExpire 3600
    CacheMaxExpire 86400
    CacheStoreNoStore On
    CacheStorePrivate On
    </IfModule>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"\"%{User-Agent}i\" \"%{Age}o\"" combined
    </IfModule>


    Thanks
    Nitin Kumar
    Senior Associate Technology
    SapientRazrorfish_

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)