summaryrefslogtreecommitdiffstats
path: root/modules/proxy/proxy_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Multipath TCP (MPTCP) support (Proxy)Joe Orton2024-09-121-1/+1
* mod_proxy: Fix selection of ProxyPassMatch workers with host/port substitutio...Yann Ylavic2024-08-011-13/+17
* mod_proxy: Allow for empty UDS URL hostname in ProxyPass workers too.Yann Ylavic2024-07-261-2/+2
* *) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLsYann Ylavic2024-07-261-9/+27
* Follow up to r1919023: fix compilation.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Don't mangle r->filename when ap_proxy_canon_netloc() fails.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) forYann Ylavic2024-07-081-17/+110
* Follow up to r1919015: fix compilation.Yann Ylavic2024-07-081-1/+1
* mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs. PR 69160Yann Ylavic2024-07-081-4/+21
* mod_proxy: follow up to r1918626: Simplify ap_proxy_fixup_uds_filename() and ...Yann Ylavic2024-06-261-13/+17
* mod_proxy: Fixup UDS filename for mod_proxy called through r->handler.Yann Ylavic2024-06-261-9/+12
* validate hostnameEric Covener2024-06-251-0/+11
* mod_proxy: Follow up to r1918438: Don't cleanup conn before running the addre...Yann Ylavic2024-06-191-2/+2
* mod_proxy: Follow up to r1918412 and r1918429: Special case WIN32/OS2 only.Yann Ylavic2024-06-191-21/+26
* mod_proxy: Follow up to r1918412: Find if one of the conn->addr[->next] is al...Yann Ylavic2024-06-191-1/+11
* mod_proxy: Keep connection alive on addressTTL expiry if the DNS didn't change.Yann Ylavic2024-06-181-20/+38
* mod_proxy: Fix DNS requests and connections closed before the configured addr...Yann Ylavic2024-06-181-9/+10
* CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).Joe Orton2024-06-101-1/+1
* Don't reset the balancer when we create a new childJean-Frederic Clere2024-02-261-2/+0
* mod_proxy: Follow up to r1912245: ap_proxy_ prefix for extern functions.Yann Ylavic2023-11-181-4/+4
* mod_proxy: Follow up to r1912459: Fix reuse of forward_info.Yann Ylavic2023-11-021-43/+50
* Fix format string type checkStefan Eissing2023-10-131-1/+1
* mod_proxy: Simplify ap_proxy_get_worker_ex()Yann Ylavic2023-09-211-38/+38
* mod_proxy: Add ap_proxy_worker_get_name() and deprecate ap_proxy_worker_name().Yann Ylavic2023-09-211-23/+23
* mod_proxy: Consistently close the socket on failure to reuse the connection.Yann Ylavic2023-09-211-32/+36
* mod_proxy: Handle backend address renewal with address_ttl= parameter.Yann Ylavic2023-09-211-258/+664
* Arrange the bybusyness logic and prevent bad busy valuesJean-Frederic Clere2023-09-111-0/+119
* proxy_util: revert timeout selection on a proxy tunnel back toStefan Eissing2023-07-061-2/+2
* proxy: in proxy tunnels, use the smaller timeout value ofStefan Eissing2023-06-301-3/+3
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-201-21/+69
* * In the reverse proxy case when we only want to keep encoded slashes untouchedRuediger Pluem2023-04-281-19/+29
* * If we fail to connect to all looked up IP's from the worker lookup cache itRuediger Pluem2023-04-271-0/+31
* * Rephrase comment [skip ci]Ruediger Pluem2023-04-251-1/+1
* * Clear the dns_pool before to avoid a memory leak in case we did the lookupRuediger Pluem2023-04-251-0/+4
* * For retriggering a DNS lookup worker->cp->addr should be set to NULL and thusRuediger Pluem2023-04-251-6/+12
* * Whitespace fixes. No functional change.Ruediger Pluem2023-03-221-1/+1
* Do not double encode encoded slashesRuediger Pluem2023-03-131-5/+34
* * Optimize code: We know that we already have a valid encoding string,Ruediger Pluem2023-02-101-3/+4
* mod_proxy: Ignore (and warn about) enablereuse=on for ProxyPassMatch whenYann Ylavic2022-10-111-19/+50
* use a liberal default limit for LimitRequestBody of 1GBEric Covener2022-06-011-14/+0
* mod_proxy: Follow up to r1901485: Don't shadow upper 'val' variable.Yann Ylavic2022-06-011-3/+3
* mod_proxy: Let fixup hooks know about the Host header (and eventually overwri...Yann Ylavic2022-06-011-8/+18
* mod_proxy: ap_proxy_create_hdrbrgd() to clear hop-by-hop first and fixup last.Yann Ylavic2022-05-311-40/+40
* mod_proxy: Align ap_proxy_create_hdrbrgd() with 2.4.x's.Yann Ylavic2022-05-311-60/+60
* mod_proxy_http: Follow up to r1901420: consistent 100-continue checks.Yann Ylavic2022-05-311-5/+9
* mod_proxy_http: Avoid 417 responses for non forwardable 100-continue. PR 65666.Yann Ylavic2022-05-301-26/+24
* *) mod_proxy: Add backend port to log messages toRainer Jung2022-04-191-37/+54
* *) core: add ap_h1_append_header() for single header values.Stefan Eissing2022-04-041-100/+87
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-041-1/+2
* Remove some APR 0.x stuff.Christophe Jaillet2022-02-201-5/+0