summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some spaces between some return statements and ';' + fix a strange fo...Christophe Jaillet2015-04-141-7/+6
* mod_proxy_http: Use the "Connection: close" header for requests toYann Ylavic2015-02-101-1/+1
* mod_proxy_http: Don't expect the backend to ack the "Connection: close" toYann Ylavic2015-02-101-4/+6
* mod_proxy(es): Avoid error response/document handling by the core if someYann Ylavic2015-02-061-4/+4
* mod_proxy_http: don't connect or reuse backend before prefetching request body.Yann Ylavic2015-02-011-128/+261
* Switch preference for headers, Transfer-EncodingRainer Jung2014-08-251-4/+4
* PR53420: Proxy responses with error status andRainer Jung2014-08-021-0/+12
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-151-0/+18
* SECURITY (CVE-2014-0117): Fix a crash in mod_proxy. In a reverseJoe Orton2014-07-151-1/+7
* mod_proxy_http: avoid (unlikely) access to freed memory.Yann Ylavic2014-06-031-1/+0
* mod_proxy: Preserve original request headers even if they differYann Ylavic2014-04-181-9/+2
* mod_proxy_http: Add detach_backend hook.Jeff Trawick2014-04-111-0/+13
* Use 'apr_table_setn' instead of 'apr_table_set' when possible in order to sav...Christophe Jaillet2014-03-181-1/+1
* fix spellingJeff Trawick2014-03-101-1/+1
* Redo what was reverted in r1572627.Yann Ylavic2014-02-271-19/+4
* Revert r1572606 for the time being since backport would conflict with 2.4.x's...Yann Ylavic2014-02-271-4/+19
* Don't reuse a SSL backend connection whose SNI differs. PR 55782.Yann Ylavic2014-02-271-19/+4
* Avoid useless functions calls.Yann Ylavic2014-02-271-1/+0
* Log an error in mod_proxy_http when reading the request body fails.Yann Ylavic2014-02-211-0/+18
* mod_proxy_http: don't recycle backend connections known to be closed (eg. EOS...Yann Ylavic2014-02-141-0/+1
* Cleanup the bb brigade, because buckets inserted to it can be created fromJan Kaluža2013-12-111-0/+4
* We were not being consistent between http and othersJim Jagielski2013-11-161-2/+1
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_request): Use the sameJoe Orton2013-10-211-1/+1
* ping tuning via Yann Ylavic <ylavic.dev@gmail.com>Jim Jagielski2013-10-091-14/+20
* fill in missing message numbers in APLOGNO() invocationsJeff Trawick2013-09-171-1/+1
* Save a few cyclesChristophe Jaillet2013-08-231-1/+1
* Allow for a simple socket check in addition to theJim Jagielski2013-08-231-1/+13
* mod_proxy_http: Make the proxy-interim-response environment variableGraham Leggett2013-05-151-1/+5
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-34/+32
* mod_proxy, mod_proxy_http: Connection headers must be stripped on the wayGraham Leggett2013-05-131-31/+34
* mod_proxy: Ensure network errors detected by the proxy are returned asGraham Leggett2013-05-071-2/+2
* Add failontimeout to allow server admin to mark balancer member in err if IO ...Daniel Ruggeri2013-04-091-0/+1
* axe unused variable dconf (since r1453875)Jeff Trawick2013-03-131-3/+0
* Pull out duplicated code to proxy_util...Jim Jagielski2013-03-071-275/+14
* * A limit of zero means unlimited for LimitRequestBody.Ruediger Pluem2013-01-161-1/+1
* Fix closing the back end connection in case of error.Rainer Jung2012-08-161-10/+11
* * Use the the same hostname for SNI as for the HTTP request when forwardingRuediger Pluem2012-05-041-1/+17
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):Joe Orton2012-02-101-2/+3
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-7/+7
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-3/+3
* mod_proxy: Remove ap_proxy_make_fake_req() from the public API.Graham Leggett2011-12-031-1/+37
* mod_proxy: Remove ap_proxy_date_canon() from the public API.Graham Leggett2011-12-031-1/+24
* mod_proxy: Remove ap_proxy_buckets_lifetime_transform() from the public API.Graham Leggett2011-12-031-1/+51
* mod_proxy: Remove ap_proxy_liststr(), it duplicates ap_find_token().Graham Leggett2011-12-031-3/+2
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-33/+33
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-6/+6
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-1/+1
* great proxy logging cleanup:Stefan Fritsch2011-11-181-106/+93
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-11/+11
* mod_proxy_http, mod_proxy_connect: Add 'proxy-status' and 'proxy-source-port'Stefan Fritsch2011-08-051-0/+4