From: William A. Rowe Jr Date: Thu, 23 Jun 2016 15:34:46 +0000 (+0000) Subject: Add watchdog by default at level 'most' for mod_proxy_hcheck X-Git-Tag: 2.5.0-alpha~1477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f76276273f4411b7993dcca46d0ef56f3ccc808a;p=apache Add watchdog by default at level 'most' for mod_proxy_hcheck git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/core/config.m4 b/modules/core/config.m4 index 8bb39a5cb2..94fb4a1248 100644 --- a/modules/core/config.m4 +++ b/modules/core/config.m4 @@ -45,7 +45,7 @@ fi APACHE_MODULE(so, DSO capability. This module will be automatically enabled unless you build all modules statically., , , $enable_so) -APACHE_MODULE(watchdog, Watchdog module, , , , [ +APACHE_MODULE(watchdog, Watchdog module, , , most, [ APR_CHECK_APR_DEFINE(APR_HAS_THREADS) if test $ac_cv_define_APR_HAS_THREADS = "no"; then AC_MSG_WARN([mod_watchdog requires apr to be built with --enable-threads])