Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 56c8a5771ee50a9e1c76d4f5d2fd8725 > files > 1

apache-mod_ifier-0.8-2mdv2008.0.src.rpm

<IfDefine HAVE_IFIER>
    <IfModule !mod_ifier.c>
	LoadModule mod_ifier_module	extramodules/mod_ifier.so
    </IfModule>
</IfDefine>

<IfModule mod_ifier.c>

    # DropAction - Specify the action to take on a successful block/match, this
    # may be either a specific HTTP status code, or a redirect.

    # DropAgent - Drop a connection based upon the submitted user-agent header.

    # DropExecute - Run the specified command when a match occurs.

    # DropHeader - This directive allows you to match the contents of an arbitary header.
   
    # DropLog - This allows you to specify a logfile to be updated when a match is made.

    # DropReferer - Drop a connection based upon the submitted referer header.

</IfModule>