Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > contrib-release > by-pkgid > 9806fb610ff2f56150f8737a239447f5 > files > 2

apache-mod_protection-0.0.2-12mdv2010.1.x86_64.rpm

<IfDefine HAVE_PROTECTION>
    <IfModule !mod_protection.c>
	LoadModule protection_module	extramodules/mod_protection.so
    </IfModule>
</IfDefine>

<IfModule mod_protection.c>


    # Menace - where redirect blocked request
    #Menace "/usr/local/apache/htdocs/index.html.ru.iso-ru"

    # BlockTime - how many seconds block before response (fw simulation)
    BlockTime 0

    # WarnHost - host and port to warn
    WarnHost 192.168.2.23 60080

    # ArgAlertMatch - a regular expression for protected args

    # ArgAlert - protected arguments

    # PairAlertMatch - a regular expression for protected uris and args

    # PairAlert - protected uris and arguments

    # UriAlertMatch - a regular expression for a protected uri

    # UriAlert - a protected uri

    Include "conf/mod_protection.rules"

</IfModule>