aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security-dev
diff options
context:
space:
mode:
authorJorge Lustosa <jorgelustosa@gmail.com>2015-12-01 13:55:34 -0200
committerJorge Lustosa <jorgelustosa@gmail.com>2015-12-01 13:55:34 -0200
commit9156303ac9e8f48f56a91d19a6d4747be6a6a946 (patch)
treeeb78a616cc91fd1b3d02cdde6a7f5d37cebffc10 /config/apache_mod_security-dev
parentbe87c91439503c1d3c810b0aa3eaf8178cfce3e4 (diff)
downloadpfsense-packages-9156303ac9e8f48f56a91d19a6d4747be6a6a946.tar.gz
pfsense-packages-9156303ac9e8f48f56a91d19a6d4747be6a6a946.tar.bz2
pfsense-packages-9156303ac9e8f48f56a91d19a6d4747be6a6a946.zip
AH00526: Syntax error on line 539 of /usr/pbi/proxy_mod_security-amd6....
forgot more one ID....
Diffstat (limited to 'config/apache_mod_security-dev')
-rw-r--r--config/apache_mod_security-dev/apache_mod_security.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/apache_mod_security-dev/apache_mod_security.template b/config/apache_mod_security-dev/apache_mod_security.template
index 107deb8b..2d63abbd 100644
--- a/config/apache_mod_security-dev/apache_mod_security.template
+++ b/config/apache_mod_security-dev/apache_mod_security.template
@@ -95,7 +95,7 @@ SecPcreMatchLimitRecursion 1000
# MSC_PCRE_LIMITS_EXCEEDED: PCRE match limits were exceeded.
#
SecRule TX:/^MSC_/ "!@streq 0" \
- "phase:2,t:none,deny,msg:'ModSecurity internal error flagged: %{MATCHED_VAR_NAME}'"
+ "id:20005,phase:2,t:none,deny,msg:'ModSecurity internal error flagged: %{MATCHED_VAR_NAME}'"
# -- Response body handling --------------------------------------------------