summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_hcheck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy: Handle backend address renewal with address_ttl= parameter.Yann Ylavic2023-09-211-60/+76
* catch by CJJim Jagielski2022-10-171-1/+2
* *) mod_proxy_hcheck: Re-enable workers in standard ERROR state. PR 66302.Jim Jagielski2022-10-111-1/+1
* *) mod_proxy_hcheck: Detect AJP/CPING support correctly. PR 66300.Jim Jagielski2022-10-111-11/+12
* Allow for HTTP/1.1 or HTTP/1.0 protocol health checksJim Jagielski2022-08-281-9/+25
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-1/+2
* mod_proxy_hcheck: Honor worker timeout settings.Yann Ylavic2021-05-161-4/+6
* Fix the fixed timeout, thanks RĂ¼diger.Jean-Frederic Clere2021-03-101-6/+17
* Add CPING to health check logic.Jean-Frederic Clere2021-03-101-0/+50
* mod_proxy_hcheck: don't pile up health checks. PR 63010.Yann Ylavic2021-01-191-25/+40
* wss also needs is_ssl.Jean-Frederic Clere2020-03-241-1/+1
* PR64140: Allow %{Content-Type} in health check expressionsEric Covener2020-02-281-0/+7
* Set connectiontimeout for mod_proxy_hcheck.Jean-Frederic Clere2019-06-241-0/+4
* Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users.Yann Ylavic2019-05-171-4/+2
* mod_proxy_hcheck: mute "run from watchdog" message.Yann Ylavic2019-02-201-3/+0
* Create the configure for mod_proxy_hcheck when used in BalancerMember.Jean-Frederic Clere2019-02-141-0/+10
* mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499Jim Jagielski2018-09-111-1/+0
* Update updated field at the start of the check rather than at the end.Jim Jagielski2018-08-241-1/+1
* mod_proxy_hcheck: take balancer's SSLProxy* directives into account.Yann Ylavic2018-07-191-18/+30
* * modules/proxy/mod_proxy_hcheck.c (sctx_t, hc_create_config):Joe Orton2018-06-061-2/+1
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-131-8/+9
* Fix remaining lint from ms capability for hchecks.Jim Jagielski2017-08-161-1/+1
* Allow finer control over hcheck intervals... minimum is whateverJim Jagielski2017-06-211-7/+11
* suggestion from ylavicJim Jagielski2017-03-291-1/+7
* final tune and preventative codingJim Jagielski2017-03-081-9/+10
* DefensiveJim Jagielski2017-03-071-4/+13
* More granular loggingJim Jagielski2017-02-241-2/+2
* Instead of thread-pools for each server/context, use a server-wideJim Jagielski2017-02-241-25/+23
* Since ProxyHC* values are per-server, we need to loop thru all per-serverJim Jagielski2017-02-241-23/+20
* Use single top-level context and have the callback loop thru all servers/vhos...Jim Jagielski2017-02-231-27/+29
* Work on all servers, not just top-level... Each Vhost has its own context and...Jim Jagielski2017-02-231-24/+26
* mod_proxy_hcheck: follow up to r1779574.Yann Ylavic2017-01-201-7/+18
* mod_proxy_hcheck: Don't validate timed out responses.Yann Ylavic2017-01-201-1/+1
* mod_proxy_hcheck: thread-safety.Yann Ylavic2017-01-201-133/+148
* Allow -DHC_USE_THREADS=0Jim Jagielski2017-01-181-0/+2
* * Add missing copy of hcuri and hcexpr ftom the worker to the health check wo...Ruediger Pluem2016-08-251-0/+2
* Permit mod_proxy_hcheck.c to compile on Win32 32-bit architectures.William A. Rowe Jr2016-07-221-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-4/+4
* Some flow improvements...Jim Jagielski2016-03-291-18/+12
* protect logic in case backend == NULLJim Jagielski2016-03-251-5/+5
* mod_proxy_hcheck: add missing APLOGNO()s.Yann Ylavic2016-02-291-5/+5
* Avoid compiler (gcc-5.3.1) warning on unused variable.Yann Ylavic2016-02-291-2/+1
* remove as requested by yannJim Jagielski2016-02-091-3/+1
* Remove now useless cast.Christophe Jaillet2016-02-051-1/+1
* Enabling a worker via health-check also moves them out ofJim Jagielski2016-02-031-0/+1
* Only health-check workers which are not STOPPEDJim Jagielski2016-02-031-4/+6
* Now honor changed params!Jim Jagielski2016-02-021-1/+24
* Now input-ize the values... next step is to tie into theJim Jagielski2016-02-021-4/+6
* Tie bal-man to hcheck for dynamic adjustments... right now,Jim Jagielski2016-02-021-1/+24
* Since these are externs, prepend proxy_Jim Jagielski2016-02-021-1/+1