summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_balancer.c
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy: Check for space/ctrls in nocanon path/urls before forwarding.Yann Ylavic2023-03-311-6/+13
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-221-1/+1
* Do not double encode encoded slashesRuediger Pluem2023-03-131-2/+5
* mod_proxy: Check the query-string for proxy-noencode too.Yann Ylavic2023-03-101-10/+10
* don't forward invalid query stringsEric Covener2023-03-051-0/+10
* mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.Yann Ylavic2023-03-021-0/+4
* *) mod_proxy: Add backend port to log messages toRainer Jung2022-04-191-2/+3
* Add some missing space in HTMLChristophe Jaillet2021-05-041-4/+4
* max_attempts_set needs to be set too.Jean-Frederic Clere2021-04-081-0/+1
* Add CPING to health check logic.Jean-Frederic Clere2021-03-101-1/+3
* Use an optional function as adviced by RĂ¼diger.Jean-Frederic Clere2021-03-091-2/+2
* * modules/proxy/mod_proxy_balancer.c (balancer_display_page):Joe Orton2021-03-051-0/+1
* Add balancer_manage() to allow external module to fill workers for balancers.Jean-Frederic Clere2021-03-041-0/+37
* Simplify balancer-manager XSS protection, no functional change:Joe Orton2021-03-031-26/+20
* rollback r1887138. Sorry ;-(Jean-Frederic Clere2021-03-031-53/+14
* Allow empty <balancer://mycluster/> and add a provider to allow other modules...Jean-Frederic Clere2021-03-031-14/+53
* mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.Yann Ylavic2020-11-231-1/+1
* Add a missing </tr>Christophe Jaillet2020-10-031-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-3/+3
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-311-1/+1
* restore use of global mutex under !APR_HAS_THREADSEric Covener2019-08-301-6/+0
* PR63688 balancer csrf problemsEric Covener2019-08-231-1/+1
* * modules/proxy/mod_proxy_balancer.c (balancer_display_page):Joe Orton2019-08-081-28/+28
* * modules/proxy/mod_proxy_balancer.c (balancer_handler): Check RefererJoe Orton2019-08-081-1/+22
* Follow up to r1847232.Christophe Jaillet2019-06-141-2/+2
* Arrange balancer_handler() to be able to callJean-Frederic Clere2019-05-141-98/+136
* Fix some HTML syntax issues.Christophe Jaillet2019-03-151-1/+2
* Make proxy modules compile if APR_HAS_THREADS is not defined.Stefan Sperling2019-01-291-3/+38
* Arrange the xml display and make it uses xml.Jean-Frederic Clere2018-11-231-2/+1
* fix incorrect rv. Sorry.Jean-Frederic Clere2018-11-231-2/+2
* Add error messages and return bad request.Jean-Frederic Clere2018-11-231-0/+11
* * Always retrieve conditional function. static variable might contain garbage...Ruediger Pluem2018-07-201-7/+5
* mod_proxy_balancer: clear slotmem slots' inuse flags from persisted files.Yann Ylavic2018-05-201-1/+1
* Revert r1831218, the API garantees slotmem_attach() is called in child_init().Yann Ylavic2018-05-111-3/+15
* mod_proxy_balancer: follow up to r1830800.Yann Ylavic2018-05-091-1/+1
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-111-1/+6
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-131-2/+2
* mod_proxy_balancer: follow up tp r1822509.Yann Ylavic2018-02-081-10/+117
* Revert r1822800 and r1822804.Yann Ylavic2018-01-311-6/+5
* mod_proxy_balancer: follow up tp r1822509 and r1822800.Yann Ylavic2018-01-311-8/+4
* mod_proxy_balancer: follow up tp r1822509.Yann Ylavic2018-01-311-4/+9
* Revert r1813167 (per review).Yann Ylavic2017-10-251-8/+9
* mod_proxy_balancer: fix runtime lbfactor value changed in 2.4.28.Yann Ylavic2017-10-241-9/+8
* Fix remaining lint from ms capability for hchecks.Jim Jagielski2017-08-161-3/+3
* Umm. This is C :)Jim Jagielski2017-08-161-4/+4
* loadfactor now decimalJim Jagielski2017-08-161-9/+11
* OK... we display ms, since we want to be able to provideJim Jagielski2017-06-211-4/+4
* allow balancer-manager to also accept subsecond intervalsJim Jagielski2017-06-211-4/+7
* https://bz.apache.org/bugzilla/show_bug.cgi?id=58855Jim Jagielski2017-01-091-4/+4
* * Prevent redirect loops between workers within a balancer by limiting theRuediger Pluem2016-07-201-4/+10