aboutsummaryrefslogtreecommitdiff
path: root/www/mod_security2
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-09 09:46:21 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-09 09:46:21 +0000
commit58199652efafb286b8b3d83e414b4dd52c269900 (patch)
tree18ddaa350add1ab7fa2bc8f71e72d60753d54948 /www/mod_security2
parentaa3d55c048225acbe7d138c692d09be96177da05 (diff)
downloadports-58199652efafb286b8b3d83e414b4dd52c269900.tar.gz
ports-58199652efafb286b8b3d83e414b4dd52c269900.zip
Notes
Diffstat (limited to 'www/mod_security2')
-rw-r--r--www/mod_security2/Makefile2
-rw-r--r--www/mod_security2/files/mod_security2.conf.in3
-rw-r--r--www/mod_security2/files/pkg-message.rules.in10
3 files changed, 14 insertions, 1 deletions
diff --git a/www/mod_security2/Makefile b/www/mod_security2/Makefile
index 2d80b16dcfd9..df5d574fa293 100644
--- a/www/mod_security2/Makefile
+++ b/www/mod_security2/Makefile
@@ -64,7 +64,7 @@ post-patch:
@${REINPLACE_CMD} -e '\
s|SecRuleEngine On|SecRuleEngine DetectionOnly|; \
s|SecAuditLog.*logs/modsec_audit.log|SecAuditLog /var/log/httpd-modsec2_audit.log|; \
- s|SecDebugLog.*logs/modsec_debug.log|SecAuditLog /var/log/httpd-modsec2_debug.log|; \
+ s|SecDebugLog.*logs/modsec_debug.log|SecDebugLog /var/log/httpd-modsec2_debug.log|; \
s|SecServerSignature "Apache/2.2.0 (Fedora)"|SecServerSignature "Apache/${APACHE_VERSION:C/[0-9]/\0./g}x (${OPSYS})"|; \
' ${WRKSRCTOP}/rules/modsecurity_crs_10_config.conf
diff --git a/www/mod_security2/files/mod_security2.conf.in b/www/mod_security2/files/mod_security2.conf.in
new file mode 100644
index 000000000000..9553e12a1cc2
--- /dev/null
+++ b/www/mod_security2/files/mod_security2.conf.in
@@ -0,0 +1,3 @@
+<IfModule security2_module>
+ Include %%APACHEETCDIR%%/Includes/mod_security2/*.conf
+</IfModule>
diff --git a/www/mod_security2/files/pkg-message.rules.in b/www/mod_security2/files/pkg-message.rules.in
new file mode 100644
index 000000000000..206d2f1aae54
--- /dev/null
+++ b/www/mod_security2/files/pkg-message.rules.in
@@ -0,0 +1,10 @@
+
+The modsecurity 2 Core Rules have been installed in
+
+ %%PREFIX%%/%%APACHEETCDIR%%/Includes/mod_security2/
+
+and run in "DetectionOnly" mode as not to disturb operatings.
+
+Please read http://www.modsecurity.org/projects/rules/index.html
+
+Logging is done to /var/log/httpd-modsec-*.log