Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 1012d13b819949f4e0ebdf9e75764532 > files > 1

apache-mod_zrkadlo-1.0-0.r2137.4mdv2009.0.src.rpm

<IfDefine HAVE_ZRKADLO>
    <IfModule !mod_zrkadlo.c>
	LoadModule zrkadlo_module	extramodules/mod_zrkadlo.so
    </IfModule>
</IfDefine>

<IfModule mod_zrkadlo.c>

    # ZrkadloEngine - Set to On or Off to enable or disable redirecting

    # ZrkadloDebug - Set to On or Off to enable or disable debug logging
    # to error log

    # ZrkadloMinSize - Minimum size, in bytes, that a file must be to be
    # mirrored

    # ZrkadloExcludeMimeType - Mimetype to always exclude from redirecting
    # (wildcards allowed)

    # ZrkadloExcludeUserAgent - User-Agent to always exclude from redirecting
    # (wildcards allowed)

    # ZrkadloExcludeFileMask - Regexp which determines which files will be
    # excluded form redirecting

    # ZrkadloHandleDirectoryIndexLocally - Set to On/Off to handle directory
    # listings locally (don't redirect)

    # ZrkadloHandleHEADRequestLocally - Set to On/Off to handle HEAD requests
    # locally (don't redirect)

    # ZrkadloDBDQuery - the SQL query string to fetch the mirrors from the
    # backend database

    # ZrkadloGeoIPFile - Path to GeoIP Data File

    # ZrkadloMemcached - Set to On/Off to use memcached to give clients
    # repeatedly the same mirror

    # ZrkadloMemcachedAddrPort - ip or host adresse(s) and port (':' separated)
    # of memcache daemon(s) to be used, comma separated

    # ZrkadloMemcachedConnMin - Minimum number of connections that will be
    # opened to the memcache daemon(s). Default is 0.

    # ZrkadloMemcachedConnSoftMax - Soft maximum number of connections that
    # will be opened to the memcache daemon(s). Default is 1.

    # ZrkadloMemcachedConnHardMax - Hard maximum number of connections that
    # will be opened to the memcache daemon(s). If unset, the value of
    # ThreadLimit will be used.

    # ZrkadloMemcachedLifeTime - Lifetime (in seconds) associated with stored
    # objects in memcache daemon(s). Default is 600 s.

    # ZrkadloTreatCountryAs - Set country to be treated as another. E.g.: nz au

</IfModule>