summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* mod_proxy: Don't decode r->uri and reencode in r->filename for mapping=encoded.Yann Ylavic2023-03-021-6/+11
* Allow for HTTP/1.1 or HTTP/1.0 protocol health checksJim Jagielski2022-08-281-0/+3
* Revert r1899390.Jean-Frederic Clere2022-04-011-50/+0
* Add WorkerBalancerGrowth. To allow creation of workersJean-Frederic Clere2022-03-301-0/+50
* mod_proxy: follow up to r1895921: Don't prevent forwarding URIs w/ no hostname.Yann Ylavic2021-12-151-2/+3
* http: Enforce that fully qualified uri-paths not to be forward-proxiedYann Ylavic2021-12-131-6/+6
* mod_proxy: Detect unix: scheme syntax errors at load time.Yann Ylavic2021-12-131-7/+25
* mod_proxy: Add tunnel_forward hook.Yann Ylavic2021-09-241-0/+7
* mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv On.Yann Ylavic2021-09-071-1/+1
* mod_proxy: Follow up to r1892814.Yann Ylavic2021-09-031-1/+1
* mod_proxy: Avoid confusion of prefix/regex matching workers at loading. PR 6...Yann Ylavic2021-07-051-43/+33
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-22/+7
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-1/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-19/+2
* rollback r1887138. Sorry ;-(Jean-Frederic Clere2021-03-031-66/+67
* Allow empty <balancer://mycluster/> and add a provider to allow other modules...Jean-Frederic Clere2021-03-031-67/+66
* mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.Yann Ylavic2020-11-231-5/+7
* mod_proxy: Add support for an optional third argument to ProxyRemote*Joe Orton2020-09-171-10/+24
* mod_proxy_http: handle async tunneling of Upgrade(d) protocols.Yann Ylavic2020-07-021-0/+45
* Revert r1879361: 2.4.x material only.Yann Ylavic2020-06-301-25/+8
* mod_proxy: unfail mixed ProxyPass/<Proxy> and ProxyPassMatch/<ProxyMatch>.Yann Ylavic2020-06-301-8/+25
* Follow up to r1879235: fill APLOGNO().Yann Ylavic2020-06-301-1/+1
* Follow up to r1879080 and r1879137: servlet-normalize r->uri if matched.Yann Ylavic2020-06-261-7/+27
* Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.Yann Ylavic2020-06-241-34/+51
* Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.Yann Ylavic2020-06-241-2/+3
* Follow up to r1879111: gcc suggests parentheses around ^ operator, oh well.Yann Ylavic2020-06-231-1/+1
* Follow up to r1879110: avoid signed comparison for use_original_uri.Yann Ylavic2020-06-231-3/+3
* Follow up to r1879080: rename ProxyMappingDecoded to ProxyUseOriginalURI.Yann Ylavic2020-06-221-9/+10
* Allow for proxy servlet mapping at pre_translate_name stage.Yann Ylavic2020-06-221-10/+243
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-201-6/+4
* mod_proxy: binary search for ProxyErrorOverride status codes.Yann Ylavic2020-05-141-1/+26
* mod_proxy_http: handle Upgrade requests and upgraded protocol forwarding.Yann Ylavic2020-05-121-1/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* PR63628: individual status codes for ProxyErrorOverride.Eric Covener2020-04-111-4/+32
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* mod_proxy: Add proxy check_trans hook.Yann Ylavic2019-11-051-0/+13
* lognosEric Covener2019-08-081-1/+1
* remove request details from error documents (CVE-2019-10092).Eric Covener2019-08-021-3/+4
* Synch trunk and 2.4.xChristophe Jaillet2019-07-201-8/+8
* * modules/proxy/mod_proxy.c (create_proxy_config): Tag the pool.Joe Orton2019-06-251-0/+1
* mod_proxy: follow up to r1836588: configurable Proxy100Continue.Yann Ylavic2019-03-221-0/+18
* mod_proxy: Improve the balancer member data shownRainer Jung2018-08-071-6/+14
* PR62199: add worker parameter ResponseFieldSize to mod_proxyEric Covener2018-04-111-0/+8
* mod_proxy_balancer: Add hot spare member type and corresponding flag (R). Hot...Jim Riggs2018-04-111-1/+1
* mod_proxy: Provide an RFC1035 compliant version of the hostname in theGraham Leggett2018-02-131-3/+5
* Revert r1813167 (per review).Yann Ylavic2017-10-251-3/+3
* mod_proxy_balancer: fix runtime lbfactor value changed in 2.4.28.Yann Ylavic2017-10-241-3/+3
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-1/+1
* format typoJim Jagielski2017-09-181-1/+1
* Update offsetsJim Jagielski2017-08-161-1/+1