Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > b9aea79944d68b4c266a3dcd97d0355b > files > 1

apache-mod_ifier-0.8-8mdv2010.1.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>