summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-1/+1
* max_attempts_set needs to be set too.Jean-Frederic Clere2021-04-081-0/+1
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* * modules/proxy/proxy_util.c (ap_proxy_define_balancer):Joe Orton2021-03-161-0/+2
* Fix the fixed timeout, thanks RĂ¼diger.Jean-Frederic Clere2021-03-101-6/+17
* Add CPING to health check logic.Jean-Frederic Clere2021-03-104-1/+63
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-19/+2
* Use an optional function as adviced by RĂ¼diger.Jean-Frederic Clere2021-03-092-2/+12
* * 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-032-119/+81
* Allow empty <balancer://mycluster/> and add a provider to allow other modules...Jean-Frederic Clere2021-03-032-81/+119
* Enable mod_cgid stderr handling via Unix socket fd transfer byJoe Orton2021-02-251-6/+1
* mod_proxy_http: follow up to r1886141, axe overlong scheme check.Yann Ylavic2021-02-031-5/+0
* * We need to check for (!scheme && (u = strchr(url, ':')) && (u - url) > 14)Ruediger Pluem2021-02-021-5/+5
* mod_proxy_hcheck: don't pile up health checks. PR 63010.Yann Ylavic2021-01-191-25/+40
* mod_proxy_wstunnel: follow up to r1885239: use ap_find_linked_module().Yann Ylavic2021-01-071-11/+2
* mod_proxy_http: follow up to r1885239: fix *is_ssl for wss scheme.Yann Ylavic2021-01-071-1/+1
* mod_proxy_wstunnel: leave Upgrade requests handling to mod_proxy_http.Yann Ylavic2021-01-074-70/+143
* Revert r1480058, -1'ed on dev@ and STATUS.Yann Ylavic2020-12-103-122/+55
* mod_proxy_fcgi: follow up to r1884068 and r1884069.Yann Ylavic2020-12-031-6/+11
* mod_proxy_fcgi: follow up to r1884068.Yann Ylavic2020-12-031-34/+83
* mod_proxy_fcgi: Honor "SetEnv proxy-sendcl".Yann Ylavic2020-12-031-7/+72
* mod_proxy: provide prefetching and spooling mechanisms to all proxy modules.Yann Ylavic2020-12-033-247/+323
* mod_proxy: pconf vs pchild consistency, and correctness in ONE_PROCESS mode.Yann Ylavic2020-11-233-9/+10
* Make HTTP_IN filter send 100 continue in blocking mode only.Yann Ylavic2020-11-191-55/+8
* * modules/proxy/mod_proxy_wstunnel.c (proxyws_set_aysnch_delay):Joe Orton2020-11-101-2/+2
* Add a missing </tr>Christophe Jaillet2020-10-031-1/+1
* mod_proxy: Add support for an optional third argument to ProxyRemote*Joe Orton2020-09-173-15/+40
* Follow up to r1880205, APLOGNO().Yann Ylavic2020-07-231-1/+1
* mod_proxy_uwsgi: Error out on HTTP header larger than 16KYann Ylavic2020-07-231-3/+10
* mod_proxy_http: follow up to r1879419.Yann Ylavic2020-07-231-5/+4
* mod_proxy: follow up to r1879401: call filters on tunnel POLLERR.Yann Ylavic2020-07-232-139/+165
* Avoid NULL pointer dereferences for empty environment variable valuesRuediger Pluem2020-07-151-3/+5
* Follow up to r1879449: yet better MPM poll callback API.Yann Ylavic2020-07-022-40/+17
* mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.Yann Ylavic2020-07-022-38/+35
* mod_proxy_wstunnel: follow up to r1879418: handle first async lifetime too.Yann Ylavic2020-07-021-9/+27
* mod_proxy_http: follow up to r1879419: clarify poll callback pds/subpool.Yann Ylavic2020-07-021-7/+16
* mod_proxy_http: handle async tunneling of Upgrade(d) protocols.Yann Ylavic2020-07-023-54/+220
* mod_proxy_wstunnel: avoid leaks on tunnel->pfds->pool.Yann Ylavic2020-07-021-7/+23
* mod_ssl: release coalesced data when called from ap_filter_output_pending().Yann Ylavic2020-07-021-6/+0
* mod_proxy: reindent ap_proxy_transfer_between_connections() after r1879401.Yann Ylavic2020-07-011-46/+44
* mod_proxy: improved and reentrant tunneling loop.Yann Ylavic2020-07-014-130/+176
* 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-262-8/+32
* Follow up to r1879080: replace ProxyUseOriginalURI by mapping=encoded.Yann Ylavic2020-06-242-38/+55
* Follow up to r1879079, r1879080: change to DONE semantics for pre_trans hooks.Yann Ylavic2020-06-241-2/+3