mirror of
https://github.com/apache/httpd.git
synced 2025-11-05 05:30:39 +03:00
Affected modules are: mod_heartbeat, mod_session_cookie, mod_session_crypto, mod_session_dbd and mod_disk_cache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@956857 13f79535-47bb-0310-9956-ffa450edef68
18 lines
434 B
Plaintext
18 lines
434 B
Plaintext
|
|
APACHE_MODPATH_INIT(cluster)
|
|
|
|
heartbeat_objects='mod_heartbeat.lo'
|
|
|
|
case "$host" in
|
|
*os2*)
|
|
# OS/2 DLLs must resolve all symbols at build time
|
|
# and we need some from the watchdog module
|
|
heartbeat_objects="$heartbeat_objects ../core/mod_watchdog.la"
|
|
;;
|
|
esac
|
|
|
|
APACHE_MODULE(heartbeat, Generates Heartbeats, $heartbeat_objects, , most)
|
|
APACHE_MODULE(heartmonitor, Collects Heartbeats, , , most)
|
|
|
|
APACHE_MODPATH_FINISH
|