Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 17958b4f92088393d2118f6a90bc67fd > files > 1

apache-mod_memcached_cache-0.1.0-7mdv2010.0.i586.rpm

<IfDefine HAVE_MEMCACHED_CACHE>
    <IfModule !mod_memcached_cache.c>
	LoadModule memcached_cache_module	extramodules/mod_memcached_cache.so
    </IfModule>
</IfDefine>

<IfModule mod_memcached_cache.c>

    # MemcachedCacheServer - Add a memcached host and port to the pool

    # MemcachedCacheMinFileSize - The minimum file size required to cache a document

    # MemcachedCacheMaxFileSize - The maximum file size required to cache a document

    # MemcachedMaxServers - The maximum number of allowed cache servers

    # MemcachedMinConnections - The minimum number of connections to open (per server)

    # MemcachedSMaxConnections - The soft maximum number of connections to open (per server)

    # MemcachedMaxConnections - The hard maximum number of connections to open (per server)

    # MemcachedConnectionTTL - The hard maximum number of connections to open (per server)

</IfModule>