Sophie

Sophie

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

apache-mod_httpbl-0-10mdv2010.1.src.rpm

<IfDefine HAVE_HTTPBL>
    <IfModule !mod_httpbl.c>
	LoadModule httpbl_module	extramodules/mod_httpbl.so
    </IfModule>
</IfDefine>

<IfModule mod_httpbl.c>

    # HTTPBLRBLEnabled - Have HTTPBL query a RBL server to determine if a
    # visitor is harmful

    # HTTPBLTestingURL - Set the URL of the HTTPBL diagnostics testing webpage

    # HTTPBLHoneypotURL - Set the base-URL for honeypots

    # HTTPBLAccessKey - Set the access key for RBL lookups
    HTTPBLAccessKey  *** get_this_from http://www.projecthoneypot.org ***

    # HTTPBLExempt - Exempt these files/directories from HTTPBL filtering
    # (meant to be used for captcha-filtering pages)

    # HTTPBLHashTableSize - Set size of hash table

    # HTTPBLBlockingPeriod - Set blocking period for caching HTTPBL IPs

    # HTTPBLLogDir - Set the path to the log directory
    HTTPBLLogDir /var/log/httpd/

    # HTTPBLReposDir - Set the path to the repos directory (used for all cache
    # files)

    # HTTPBLWhitelist - IP-addresses wildcards to whitelist

    # HTTPBLExtHTTPProxy - Set a HTTP Proxy server to use with HTTPBL 404 POSTs

    # HTTPBLExtHTTPAuth - Set HTTP authentication to use with HTTPBL 404 POSTs
    # (format: 'user:pass')

    # HTTPBLExtPOSTTimeout - Set a timeout (in seconds) to use with HTTPBL 404
    # POSTs

    # HTTPBLDefaultAction - Set the default action (allow|deny).

    # HTTPBLRBLDomain - Set the domain of the RBL server to use for RBL lookups

    # HTTPBLRewriteEmailLinksTo - Set the email replacement link content

    # HTTPBLRewriteEmailTextTo - Set the email replacement text content

    # HTTPBLRBLReqHandler - Takes 2 parameters:
    # [VERB bitset]:[SCORE range]:[DATE range]:[TYPE bitset] [BEHAVIOR string]

</IfModule>