summaryrefslogtreecommitdiff
path: root/modules/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* mod_proxy_connect: Honor the smallest of the backend or client timeout.Yann Ylavic2021-10-151-0/+8
* mod_proxy_uwsgi: Remove duplicate slashes at the beginning of PATH_INFO.Yann Ylavic2021-10-091-2/+10
* mod_proxy: Add tunnel_forward hook.Yann Ylavic2021-09-243-17/+83
* mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors.Yann Ylavic2021-09-245-63/+134
* mod_proxy: Restore ap_proxy_transfer_between_connections().Yann Ylavic2021-09-243-76/+111
* mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t.Yann Ylavic2021-09-242-10/+11
* mod_proxy: Handle UDS URIs with empty hostname as if they had no hostname.Yann Ylavic2021-09-221-1/+2
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-093-9/+8
* mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv On.Yann Ylavic2021-09-071-1/+1
* mod_proxy: Follow up to r1892986: APLOGNO()Yann Ylavic2021-09-061-1/+1
* mod_proxy: Follow up to r1892814.Yann Ylavic2021-09-061-21/+34
* Fix a compilation error in the configuration where this is compiled.Christophe Jaillet2021-09-051-1/+1
* mod_proxy: Follow up to r1892814.Yann Ylavic2021-09-031-1/+1
* mod_proxy: Follow up to r1892740.Yann Ylavic2021-09-031-11/+0
* mod_proxy: Faster unix socket path parsing in the "proxy:" URL.Yann Ylavic2021-09-021-2/+2
* mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.Yann Ylavic2021-09-021-17/+5
* mod_proxy: Fix potential tunneling infinite loop and spurious timeout.Yann Ylavic2021-08-301-6/+23
* mod_proxy_http: Avoid a double call to apr_table_get().Yann Ylavic2021-08-241-8/+7
* core: follow up to r1891148: WC bucket defaulting to FLUSH bucket.Yann Ylavic2021-08-201-0/+1
* Follow-up to r1891477.Christophe Jaillet2021-07-161-5/+3
* mod_proxy: Fix icomplete initialization of BalancerMember(s) from the manager.Yann Ylavic2021-07-121-2/+1
* mod_proxy: Avoid confusion of prefix/regex matching workers at loading. PR 6...Yann Ylavic2021-07-053-84/+137
* mod_proxy: Follow up to r1891206: fix UDS scheme.Yann Ylavic2021-07-021-1/+2
* mpm_proxy: Fix possible reuse/merging of Proxy(Pass)Match workers. PR 65419.Yann Ylavic2021-07-021-32/+83
* core: Write Completion (WC) bucket type.Yann Ylavic2021-06-291-18/+12
* Add log tags.Graham Leggett2021-06-241-2/+2
* dbm: Split the loading of a dbm driver from the opening of a dbm file. WhenGraham Leggett2021-06-241-0/+29
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-083-24/+10
* mod_proxy_hcheck: Honor worker timeout settings.Yann Ylavic2021-05-161-4/+6
* mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp.Yann Ylavic2021-05-121-6/+47
* Allow the tunnelled connections to report theJean-Frederic Clere2021-05-063-9/+35
* Add some missing space in HTMLChristophe Jaillet2021-05-041-4/+4
* 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