Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 083ea12def56a34a886be57d43b43ec9 > files > 1

apache-mod_memcached_cache-0.1.0-8mdv2010.1.src.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>