From 234cc9253c19f3ede51e5605c5998d18c9e33d16 Mon Sep 17 00:00:00 2001 From: smkr Date: Wed, 26 Jun 2013 07:15:13 -0700 Subject: [PATCH] fixed typo --- Reference-Manual.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 6bbd299..0e51ffa 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -171,7 +171,7 @@ You should now have ModSecurity 2.x up and running. : Starting with ModSecurity 2.7.0 there are a few important configuration options #'''--enable-pcre-jit''' - Enables JIT support from pcre >= 8.20 that can improve regex performance. #'''--enable-lua-cache''' - Enables lua vm caching that can improve lua script performance. Difference just appears if ModSecurity must run more than one script per transaction. -#'''--enable-request-early''' - On ModSecuricy 2.6 phase one has been moved to phase 2 hook, if you want to play around it use this option. +#'''--enable-request-early''' - On ModSecurity 2.6 phase one has been moved to phase 2 hook, if you want to play around it use this option. #'''--enable-htaccess-config''' - It will allow the follow directives to be used into .htaccess files when AllowOverride Options is set :
         - SecAction
@@ -4241,4 +4241,4 @@ While we will continue to enhance ModSecurity to deal with various evasion techn
 #The order in which parameters are taken from the request and the environment is EGPCS (environment, GET, POST, Cookies, built-in variables). This means that a POST parameter will overwrite the parameters transported on the request line (in QUERY_STRING).
 #When "magic_quotes_gpc" is set to "On" PHP will use backslash to escape the following characters: single quote, double quote, backslash, and the nul byte.
 #If "magic_quotes_sybase" is set to "On" only the single quote will be escaped using another single quote. In this case the "magic_quotes_gpc" setting becomes irrelevant. The "magic_quotes_sybase" setting completely overrides the "magic_quotes_gpc" behaviour but "magic_quotes_gpc" still must be set to "On" for the Sybase-specific quoting to be work.
-#PHP will also automatically create nested arrays for you. For example "p[x][y]=1" results in a total of three variables.
\ No newline at end of file
+#PHP will also automatically create nested arrays for you. For example "p[x][y]=1" results in a total of three variables.