Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > c8fc21cee94748f815dc7e37ed578d21 > files > 1

apache-mod_athena-2.2.4-3mdv2010.1.src.rpm

<IfDefine HAVE_ATHENA>
    <IfModule !mod_athena.c>
	LoadModule athena_module	extramodules/mod_athena.so
    </IfModule>
</IfDefine>

<IfModule mod_athena.c>

    #AthEngine - set to On to enable engine request handler

    #AthFarmNameForceCase - set to Off disable forced lower case farm names, will break ProxyPass

    #AthDefaultPhysOn - set to On to make physicals default to online

    #AthDefaultFarmOn - set to On to make farms default to online

    #AthAllowMirror - set to On to allow hits to mirror

    #AthAllowDiverseMulti - set to On to allow different types in embedded requests

    #AthExpectUpdate - set to On to make phys ttls active 

    #AthNominationPerUpdate - set to On to rebalance after update NOT during proxy request

    #AthAlgoMaxExcluded - set to On to exclude a dynamic member who has a max in any field

    #AthAllDownURLForceGet - set to On to change all proxy reqs to GET if all down

    #AthOfflineURLForceGet - set to On to change all proxy reqs to GET if all offline

    #AthSmartfarmEnable - Allow farm name manipulation by cookie

    #AthPath - URL dir path to access athena engine, e.g. /athena

    #AthAllDownURL - URL to use when all physicals in a farm are down

    #AthOfflineURL - URL to use when all physicals in a farm are offline

    #AthSHMFile - path to shared memory, e.g. logs/ath.shm

    #AthMUXPrefix - path to prefix mutexes, e.g. logs/ath.mux.

    #AthMUXCount - Number of mutexes to share, or word "row-level" for optimal

    #AthExpectUpdateField - set to [cpu|net|ld|mem|1cus|2cus|3cus] to force AthExpectUpdate on a specfic field, scope is engine not farm

    #AthReadOnlyPolicy - policy for read only access: none | strict | hit-adds

    #AthDefaultPhysStatusFormat - default output format for physical status request

    #AthDefaultFarmStatusFormat - default output format for farm status request

    #AthDefaultEngineStatusFormat - default output format for engine status request

    #AthExpectTTL - seconds without update before physical is marked down

    #AthExpectRecoverTTL - seconds before physical is marked up after new updates begin

    #AthAlgorithm - indicates algorithm configuration

    #AthCookieNameSmartfarm - the name of the cookie containing Smartfarm settings

    #AthSmartfarmProtect - set secret data and enable securing of the smartfarm cookie with hash

    #AthSmartfarmTamperUrl - change proxy destination here if cookie is tampered with

    #AthAlgoHitAdds - first value is desired field, second is addend

    #<AthFarm> - Contains farm name, nested inside are parameters and members

</IfModule>