summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Multipath TCP (MPTCP) support (Proxy)Joe Orton2024-09-121-0/+12
* mod_rewrite, mod_proxy: mod_proxy to cononicalize rewritten [P] URLs. PR 69235.Yann Ylavic2024-09-111-7/+5
* Follow up to r1919620: Restore r->filename re-encoding for ProxyPass URLs.Yann Ylavic2024-08-021-0/+2
* mod_proxy: Allow for empty UDS URL hostname in ProxyPass workers too.Yann Ylavic2024-07-261-3/+6
* mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) forYann Ylavic2024-07-081-97/+14
* mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and ...Yann Ylavic2024-06-261-2/+1
* mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.Yann Ylavic2024-06-261-13/+21
* mod_proxy: escape for non-proxypass configurationEric Covener2024-06-241-2/+5
* mod_proxy: Allocate and pnitialize the workers and balancers on pconf.Yann Ylavic2023-09-211-25/+29
* mod_proxy: Add ap_proxy_worker_get_name() and deprecate ap_proxy_worker_name().Yann Ylavic2023-09-211-5/+5
* mod_proxy: Handle backend address renewal with address_ttl= parameter.Yann Ylavic2023-09-211-0/+18
* 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