Sophie

Sophie

distrib > * > 2010.0 > * > by-pkgid > 0ca69beebd55f629c6ab0f7f89c2c138 > files > 1

apache-mod_cguard-0.1-6mdv2010.0.x86_64.rpm

<IfDefine HAVE_CGUARD>
    <IfModule !mod_cguard.c>
	#LoadModule cguard_module	extramodules/mod_cguard-debug.so
	LoadModule cguard_module	extramodules/mod_cguard.so
    </IfModule>
</IfDefine>

<IfModule mod_cguard.c>

    # MaxClients - Maximum value of MaxClients for this run of Apache

    # ExtendedStatus - "On" to enable extended status information, "Off" to
    # disable

    # CGuardEngine - Enables or disables the limiting engine

    # CGuardLog - "On" to enable log messages in ErrorLog about one of the
    # catched exceeding

    # ServerMaxConnects - Limit of all connections to the server

    # ServerMaxClients - Integer non-negative limit of simultaneous connections
    # to the server from one IP

    # ClientMaxConnects - Limit of simultaneous connections to server for one
    # client

    # RequestMaxPumps - Integer non-negative limit of simultaneous connections,
    # requesting the same resource

    # PumpCheckArgs - Set to YES to enable strict checks while comparing
    # requests

</IfModule>