]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy_hcheck.c
Netwarep proxy makefiles
[apache] / modules / proxy / mod_proxy_hcheck.c
2016-02-05 Christophe JailletRemove now useless cast.
2016-02-03 Jim JagielskiEnabling a worker via health-check also moves them...
2016-02-03 Jim JagielskiOnly health-check workers which are not STOPPED
2016-02-02 Jim JagielskiNow honor changed params!
2016-02-02 Jim JagielskiNow input-ize the values... next step is to tie into the
2016-02-02 Jim JagielskiTie bal-man to hcheck for dynamic adjustments... right...
2016-02-02 Jim JagielskiSince these are externs, prepend proxy_
2016-01-23 Jim JagielskiMake size of threadpool adjustable, even to the extent of
2016-01-23 Jim Jagielskibetter logging
2016-01-23 Jim JagielskiUse a shorter-lived pool to conserve mem.
2016-01-22 Jim JagielskiSome renaming to make things more clear.
2016-01-22 Jim Jagielskiwe actually talk 1.0
2016-01-22 Jim JagielskiUse threadpools and shove each hcheck to be done by...
2016-01-21 Jim Jagielskiadj pool lifetimes.
2016-01-21 Jim Jagielskilog when we are updating hc worker, which should be...
2016-01-21 Jim JagielskiWe don't allow for changes yet...
2016-01-21 Jim JagielskiBetter description of trace
2016-01-21 Jim Jagielskiclash :)
2016-01-21 Jim JagielskiAdjust
2016-01-21 Rainer JungTry fixing new proxy_hcheck expr extension.
2016-01-21 Rainer JungFix copy&paste error in new function.
2016-01-21 Rainer JungImplement expr lookup in mod_proxy_hcheck for
2016-01-21 Jim JagielskiAssign log message tags
2016-01-20 Jim JagielskiWith the updated ap_expr, we can now check for the
2016-01-19 Jim JagielskiAnd make the list of health check conditions viewable via
2016-01-19 Rainer JungUse worker status character defines taken
2016-01-19 Jim Jagielskicorrect error string
2016-01-19 Jim JagielskiLatest fixes... move some to TRACE7
2016-01-19 Jim JagielskiAdjust log levels
2016-01-19 Jim JagielskiNow, allow for checking of conditions, created and...
2016-01-19 Jim JagielskiStart impl of expr conditions for runtime checks
2016-01-19 Jim JagielskiFor OPTIONS and HEAD, only 2xx and 3xx are considered...
2016-01-19 Jim JagielskiOPTIONS/HEAD proxy function should be diff from simple...
2016-01-19 Jim JagielskiOpen up hook/scar to allow for passes/fails and
2016-01-19 Rainer JungFill in APLOGNO.
2016-01-19 Rainer JungSilence compiler warning (twice):
2016-01-18 Jim JagielskiLeverage the OPTIONS code for HEAD as well...
2016-01-18 Jim Jagielskihonor worker settings
2016-01-18 Jim JagielskiAnd we now allow for health checks via OPTIONS *
2016-01-18 Jim Jagielskisimplify and start on concept framework of OPTIONS
2016-01-17 Jim JagielskiMake balancer manager health-check aware
2016-01-16 Jim Jagielskisome ordering optimization
2016-01-16 Jim JagielskiMove to a set of health check workers, mapping to
2016-01-16 Jim Jagielskipull this out... large enough for a func
2016-01-16 Jim JagielskiDon't restore.
2016-01-16 Jim Jagielskimove scope
2016-01-16 Jim JagielskiSince every check needs this, do this in the main
2016-01-15 Jim JagielskiAvoid having to recheck DNS
2016-01-15 Jim Jagielski1st cut of 'simple' tcp check... We reuse various proxy
2016-01-10 Jim JagielskiUse enums and structs to keep things better organized
2015-12-30 Jim JagielskiDon't bother w/ methods that return bodies. We don't
2015-12-30 Jim Jagielskicommand changes
2015-12-30 Jim JagielskiCheck that we have names for both templates and
2015-12-30 Jim Jagielskijust check watched servers... use 'hc' prefix for sub...
2015-12-30 Jim JagielskiNow implement the condition ruleset definition. The
2015-12-30 Jim Jagielskimove to per server conf, useful for adding HealthCheckC...
2015-12-30 Jim JagielskiBetter check
2015-12-29 Jim Jagielskifinish looping logic... place-holder for actual checking
2015-12-29 Jim JagielskiMake aware of new status: Failed Health Check.
2015-12-29 Jim JagielskiCommit framework impl of health-check module plus