Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37692785
en ru br
Репозитории ALT
S:2.9.1-alt1
5.1: 2.5.9-alt1
4.1: 2.5.9-alt0.M41.1
4.0: 2.5.9-alt0.M40.1
+updates:2.5.9-alt0.M40.1
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: apache2-mod_security

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

<IfModule mod_security2.c>

# Basic configuration options
SecRuleEngine On
SecRequestBodyAccess On
SecResponseBodyAccess Off

# Handling of file uploads
SecUploadDir @apache2_tmpdir@
SecUploadKeepFiles Off

####### Logging #######
# Debug log
# SecDebugLogLevel 0-9, 0 - disable
SecDebugLog logs/modsec2_debug.log
SecDebugLogLevel 0

# Serial audit log
# SecAuditEngine (On|Off|RelevantOnly)
SecAuditEngine RelevantOnly
SecAuditLogRelevantStatus ^5
SecAuditLogParts ABIFHZ
SecAuditLogType Serial
SecAuditLog logs/modsec2_audit.log

####### Memory usage #######
# Maximum request body size we will
# accept for buffering
SecRequestBodyLimit 131072
# Store up to 128 KB in memory
SecRequestBodyInMemoryLimit 131072
# Buffer response bodies of up to
# 512 KB in length
SecResponseBodyLimit 524288


####### Rules #######
# First, add in your exclusion rules
# For resources see README.ALT
# Put *.conf files into @conf_dir@/local_rules/ :
Include @conf_dir@/local_rules/*.conf

# ALTLinux defaults
Include @conf_dir@/altdefaults.conf

# ModSecurity Core Rules
Include @conf_dir@/rules/*.conf
Include @conf_dir@/rules/optional_rules/*.conf

</IfModule>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin