Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: SOLVED gotroot modsecurity rules |
|
Author |
|
strigoi
Joined: 15 Dec 2005 Posts: 36
|
Posted: Thu 18 Jan '07 5:41 Post subject: SOLVED gotroot modsecurity rules |
|
|
is there a certain way to include the gotroot rules ?? or is it copy paste into the httpd.config in
<IfModule mod_security2.c>
just looking for the proper way to implement these rules.
EDIT: Solved
#GotRoot Exclude rules
Include conf/security/exclude.conf
#GotRoot apache2 rules
Include conf/security/apache2-rules.conf
#GotRoot badipsrules
Include conf/security/badips.conf
#GotRoot blacklist rules
Include conf/security/blacklist.conf
#GotRoot blacklist2 rules
Include conf/security/blacklist2.conf
#GotRoot jitp rules
Include conf/security/jitp.conf
#GotRoot proxy rules
Include conf/security/proxy.conf
#GotRoot recons rules
Include conf/security/recons.conf
#GotRoot rootkits rules
Include conf/security/rootkits.conf
#GotRoot rules
Include conf/security/rules.conf
#GotRoot useragents rules
Include conf/security/useragents.conf
</IfModule> |
|
Back to top |
|
|
|
|
|
|