diff options
author | Stefan Fritsch <sf@apache.org> | 2011-07-13 20:59:28 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-07-13 20:59:28 +0200 |
commit | 32d9e326efc69b545cb2e8c5d021870bdd20b6df (patch) | |
tree | 11ec51285ade43e9524abf56820d9705ec0289f3 /modules/cluster | |
parent | Fixed some more env vars which make problems. (diff) | |
download | apache2-32d9e326efc69b545cb2e8c5d021870bdd20b6df.tar.xz apache2-32d9e326efc69b545cb2e8c5d021870bdd20b6df.zip |
adjustments of build priorities of modules without special dependencies
all -> most:
- mod_sed
reallyall -> most:
- mod_log_debug
reallyall -> all:
- mod_dav_lock
- mod_echo
- mod_charset_lite
- mod_slotmem_plain
- mod_dialup
few -> all:
- mod_data
- mod_reflector
- mod_asis
most -> all:
- mod_heartbeat
- mod_heartmonitor
- mod_watchdog
most -> reallyall:
- mod_imagemap
- mod_cern_meta
- mod_ident
See thread at
http://mail-archives.apache.org/mod_mbox/httpd-dev/201107.mbox/%3C201107052321.56063.sf@sfritsch.de%3E
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1146227 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cluster')
-rw-r--r-- | modules/cluster/config5.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cluster/config5.m4 b/modules/cluster/config5.m4 index a4cf197175..a925f87205 100644 --- a/modules/cluster/config5.m4 +++ b/modules/cluster/config5.m4 @@ -11,7 +11,7 @@ case "$host" in ;; esac -APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , most) -APACHE_MODULE(heartmonitor, Collects Heartbeats, , , most) +APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , ) +APACHE_MODULE(heartmonitor, Collects Heartbeats, , , ) APACHE_MODPATH_FINISH |