mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Fix help message on configuration option added by #1381
This commit is contained in:
@@ -475,7 +475,7 @@ AC_ARG_ENABLE(collection-delete-problem-logging,
|
|||||||
# Disable logging of Apache handler
|
# Disable logging of Apache handler
|
||||||
AC_ARG_ENABLE(handler-logging,
|
AC_ARG_ENABLE(handler-logging,
|
||||||
AS_HELP_STRING([--enable-handler-logging],
|
AS_HELP_STRING([--enable-handler-logging],
|
||||||
[Enable logging of Apache handler in audit log when log level < 9. This is the default]),
|
[Enable logging of Apache handler in audit log even when log level is < 9. This is the default]),
|
||||||
[
|
[
|
||||||
if test "$enableval" != "no"; then
|
if test "$enableval" != "no"; then
|
||||||
log_handler=
|
log_handler=
|
||||||
|
|||||||
Reference in New Issue
Block a user