| Summary: | [FR] initial configuration template | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | Michael Shigorin <mike> | ||||
| Component: | mod_security | Assignee: | Vladimir V. Kamarzin <vvk> | ||||
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus | ||||
| Severity: | enhancement | ||||||
| Priority: | P2 | CC: | force, mithraen, naf, rider | ||||
| Version: | unstable | ||||||
| Hardware: | all | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Michael Shigorin
2005-12-02 14:54:54 MSK
Created attachment 1271 [details]
sample mod_security configuration
См. тж.: http://www.gotroot.com/tiki-index.php?page=mod_security+rules (non-free!) http://www.onlamp.com/pub/a/apache/2005/12/01/modsecurity.html 2 rider: если доберёшься, то _кусок_ blacklist.conf с gotroot должен спасти форум LRN от позорной спамерти. Опять же берусь помочь с этим делом. Митрофанова жалко :-( В общем, я делаю вот такую схему:
в /etc/httpd/conf/addon-modules.d/mod_security.conf помещается самая минимальная
конфигурация, а дефолтные и дополнительные рулесы подключаются вот таким образом:
# ALTLinux defaults
Include /etc/mod_security/altdefaults.conf
# Application protection rules,
# http://www.gotroot.com/downloads/ftp/mod_security/rules.conf
#Include /etc/mod_security/rules.conf
Rules from gotroot.com в пакет не включены.
Угу, спасибо. |