Cleanup. See #364.

This commit is contained in:
brectanus
2008-07-29 05:47:14 +00:00
parent dde8e6c6a0
commit 40b6cd3ebe
7 changed files with 15 additions and 9 deletions

View File

@@ -166,8 +166,8 @@
SecRule ARGS "foobar" "phase:4,t:none,t:removeWhiteSpace,t:lowercase,deny"
),
match_log => {
debug => [ qr/Adding request argument \(BODY\): name "test", value "foobar"/, 15 ],
-error => [ qr/segmentation fault/i, 15 ],
debug => [ qr/Adding request argument \(BODY\): name "test", value "foobar"/, 60 ],
-error => [ qr/segmentation fault/i, 60 ],
},
match_response => {
status => qr/^403$/,

View File

@@ -23,6 +23,8 @@
ServerName localhost
CoreDumpDirectory @MSC_REGRESSION_SERVERROOT_DIR@/tmp
LogLevel debug
ErrorLog @MSC_REGRESSION_LOGS_DIR@/error.log