mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Refactoring external resources download warn messages
Holding the message to be displayed when Apache is ready to write on the error_log instead of the default output. Regression tests were added.
This commit is contained in:
@@ -743,6 +743,9 @@ AC_CONFIG_FILES([build/apxs-wrapper], [chmod +x build/apxs-wrapper])
|
||||
if test -e "$PERL"; then
|
||||
if test "$build_mlogc" -ne 0; then
|
||||
AC_CONFIG_FILES([mlogc/mlogc-batch-load.pl], [chmod +x mlogc/mlogc-batch-load.pl])
|
||||
AC_CONFIG_FILES([tests/regression/misc/40-secRemoteRules.t])
|
||||
AC_CONFIG_FILES([tests/regression/misc/50-ipmatchfromfile-external.t])
|
||||
AC_CONFIG_FILES([tests/regression/misc/60-pmfromfile-external.t])
|
||||
fi
|
||||
AC_CONFIG_FILES([tests/run-unit-tests.pl], [chmod +x tests/run-unit-tests.pl])
|
||||
AC_CONFIG_FILES([tests/run-regression-tests.pl], [chmod +x tests/run-regression-tests.pl])
|
||||
|
Reference in New Issue
Block a user