summaryrefslogtreecommitdiffstats
path: root/network/modsecurity-apache/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/modsecurity-apache/README')
-rw-r--r--network/modsecurity-apache/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/modsecurity-apache/README b/network/modsecurity-apache/README
index 6734518ee4..15d7b1d166 100644
--- a/network/modsecurity-apache/README
+++ b/network/modsecurity-apache/README
@@ -10,7 +10,9 @@ appropriate sections of Apache's main configuration file (x86
architecture):
LoadModule security2_module lib/httpd/modules/mod_security2.so
+<IfModule security2_module>
Include /etc/httpd/extra/modsecurity-recommended.conf
+</IfModule>
Also refer to the file /etc/httpd/crs/INSTALL for information on how to get the
Core Rule Set (CRS) up and running.