mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
MODSEC-392
This commit is contained in:
parent
c5e4605046
commit
2c833f1c0d
@ -374,7 +374,7 @@ AC_ARG_ENABLE(htaccess-config,
|
|||||||
# Enable phase-1 in post_read_request
|
# Enable phase-1 in post_read_request
|
||||||
AC_ARG_ENABLE(request-early,
|
AC_ARG_ENABLE(request-early,
|
||||||
AS_HELP_STRING([--enable-request-early],
|
AS_HELP_STRING([--enable-request-early],
|
||||||
[Place phase1 into post_read_request hook.]),
|
[Place phase1 into post_read_request hook. default is hook_request_early]),
|
||||||
[
|
[
|
||||||
if test "$enableval" != "no"; then
|
if test "$enableval" != "no"; then
|
||||||
request_early="-DREQUEST_EARLY"
|
request_early="-DREQUEST_EARLY"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user