Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b08a4883e489e005f3deb9a60a75c40c > files > 1

apache-mod_anticrack-0.3-7mdv2010.0.i586.rpm

<IfDefine HAVE_ANTICRACK>
    <IfModule !mod_anticrack.c>
	LoadModule mod_anticrack	extramodules/mod_anticrack.so
    </IfModule>
</IfDefine>

<IfModule mod_anticrack.c>

    # AntiCrackHost - set the mysql hostname for anticrack

    # AntiCrackDB - set the mysql database name used for anticrack

    # AntiCrackUser - set the mysql username used for anticrack

    # AntiCrackPass - set the mysql password used for anticrack

    # AntiCrackTable - set the mysql table used for anticrack

    # AntiCrackLevel - set the level at which access denies become permanate

    # AntiCrackExpires - sets the number of seconds for a crack attempt to remain in the table

    # AntiCrackDebug - enables the debugging mode of operation

    # AntiCrackPermit - allows an IP address access always
                                    
</IfModule>