From 168ffa543a3d8a8828231a42a81b9cac7180a80f Mon Sep 17 00:00:00 2001 From: b1v1r Date: Thu, 13 Nov 2008 00:23:18 +0000 Subject: [PATCH] Fix a typo in the SecRuleInheritance example. --- doc/modsecurity2-apache-reference.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index 87ce47ac..f9fac9cb 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -1993,7 +1993,7 @@ SecRule ARGS:q !dirty first VirtualHost is not inheriting the ModSecurity main config directives and in the second one it is. - SecRuleEnine On + SecRuleEngine On SecDefaultAction log,pass,phase:2 ...