Skip to content

Commit

Permalink
Allow for ind lbs to build
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@722951 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Jim Jagielski committed Dec 3, 2008
1 parent 0dde3ff commit c8536a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/proxy/balancers/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ else
proxy_mods_enable=no
fi

proxy_lb_br_objs="mod_lbmethod_byrequests.lo"
proxy_lb_bt_objs="mod_lbmethod_bytraffic.lo"
proxy_lb_bb_objs="mod_lbmethod_bybusyness.lo"
proxy_lb_hb_objs="mod_lbmethod_heartbeat.lo"

APACHE_MODULE(lbmethod_byrequests, Apache proxy Load balancing by request counting, $proxy_lb_br_objs, , $proxy_mods_enable)
APACHE_MODULE(lbmethod_bytraffic, Apache proxy Load balancing by traffic counting, $proxy_lb_bt_objs, , $proxy_mods_enable)
APACHE_MODULE(lbmethod_bybusyness, Apache proxy Load balancing by busyness, $proxy_lb_bb_objs, , $proxy_mods_enable)
APACHE_MODULE(lbmethod_heartbeat, Apache proxy Load balancing from Heartbeats, $proxy_lb_hb_objs, , $proxy_mods_enable)

APACHE_MODPATH_FINISH

0 comments on commit c8536a7

Please sign in to comment.