Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 794c16c1f5dcb9544d091538bfc7fe3d > files > 1

apache-mod_ip_count-2.0-13mdv2010.0.i586.rpm

<IfDefine HAVE_IP_COUNT>
    <IfModule !mod_ip_count.c>
	LoadModule ip_count_module    extramodules/mod_ip_count.so
    </IfModule>
</IfDefine>

<IfModule mod_ip_count.c>

    # a list of servers running the memcached server (host:port)
    # MemCacheServers "localhost:11211 localhost:11210"
    MemCacheServers "localhost:11211"

    # Max number of requests before failing
    MemCacheMaxRequests 50

    #Time period in which the requests have to come (seconds)
    MemCacheMaxTime 120

</IfModule>