summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_ajp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Use iobuffersize set on worker level for the IO buffer size.Ruediger Pluem2024-11-261-0/+3
* mod_proxy: Handle backend address renewal with address_ttl= parameter.Yann Ylavic2023-09-211-23/+12
* 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
* cleanup on errorEric Covener2023-01-101-0/+2
* mod_proxy_ajp: T-E has precedence over C-L.Yann Ylavic2022-06-011-3/+12
* *) mod_proxy: Add backend port to log messages toRainer Jung2022-04-191-12/+18
* mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.Yann Ylavic2021-09-241-6/+3
* Add CPING to health check logic.Jean-Frederic Clere2021-03-101-0/+1
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-9/+10
* mod_proxy_http: axe ap_proxy_should_override() duplicate checks.Yann Ylavic2020-05-131-2/+1
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-111-5/+5
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* All error handling paths of this function call 'apr_brigade_destroy()' , exce...Christophe Jaillet2018-05-271-0/+1
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-131-6/+6
* Make sure that ajp behaves like http.Jean-Frederic Clere2017-09-051-0/+1
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-121-2/+4
* Revert r1756064 and r1756060 until fixed (tests framework passes).Yann Ylavic2016-08-121-4/+2
* [mod_proxy_]http: follow up to r1750392.Yann Ylavic2016-08-121-2/+4
* Fix spelling in comments and text files.Rainer Jung2016-08-111-2/+2
* mod_proxy: follow up to r1750392.Yann Ylavic2016-06-281-2/+2
* mod_proxy_{http,ajp,fcgi}}: don't reuse backend connections with data availableYann Ylavic2016-06-271-0/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-3/+3
* mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacyYann Ylavic2016-04-131-1/+5
* mod_proxy: axe negative "ping" parameter setting and handling.Yann Ylavic2016-02-101-33/+18
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-3/+3
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-3/+3
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-3/+3
* mod_proxy: follow up to r1681694.Yann Ylavic2015-06-011-0/+5
* mod_proxy_ajp: Rename output_failed to client_failed in ap_proxy_ajp_request().Yann Ylavic2015-04-161-12/+12
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-8/+3
* mod_proxy(es): Avoid error response/document handling by the core if someYann Ylavic2015-02-061-6/+16
* mod_proxy_ajp: Fix get_content_length().Rainer Jung2015-01-021-4/+1
* mod_proxy_ajp: follow up to r1643537.Yann Ylavic2014-12-061-1/+2
* * mod_proxy_ajp: Fix client connection errors handling and logged statusYann Ylavic2014-12-061-9/+26
* Use 'apr_table_setn' instead of 'apr_table_set' when possible in order to sav...Christophe Jaillet2014-03-181-1/+1
* mod_proxy_ajp: remove AJP_EBAD_METHOD, it is not used since r1435178Jan Kaluža2014-01-221-3/+1
* We were not being consistent between http and othersJim Jagielski2013-11-161-2/+7
* ping tuning via Yann Ylavic <ylavic.dev@gmail.com>Jim Jagielski2013-10-091-2/+6
* fill in missing message numbers in APLOGNO() invocationsJeff Trawick2013-09-171-1/+1
* typoJim Jagielski2013-08-231-1/+1
* Allow for a simple socket check in addition to theJim Jagielski2013-08-231-16/+29
* Add failontimeout to allow server admin to mark balancer member in err if IO ...Daniel Ruggeri2013-04-091-0/+1
* * If we face a timeout during receiving the response from the backend and ifRuediger Pluem2012-10-151-1/+10
* Fix closing the back end connection in case of error.Rainer Jung2012-08-161-13/+13
* Use short lived pool to avoid memory leaksStefan Fritsch2012-05-051-18/+4