summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Play safe if the notes table does not contain an SSL_connect_rv key.Ruediger Pluem2011-02-111-2/+4
* Add a patch from Vincent Deffontaines to make the adding of X-forwarded-*Igor Galić2011-01-191-23/+24
* More movement to shared stuff...Jim Jagielski2011-01-131-9/+9
* fix commentJeff Trawick2011-01-051-1/+1
* update commentJim Jagielski2011-01-051-1/+1
* Make sure we clone the table rather than copy it, to ensure that no keysGraham Leggett2011-01-051-1/+1
* mod_proxy_http: Allocate the fake backend request from a child poolGraham Leggett2011-01-051-12/+11
* mod_proxy_http: Ensure that when the backend is closed, the final call toGraham Leggett2011-01-051-3/+3
* Change another variable that could be confused for conn_rec.Graham Leggett2010-12-301-3/+3
* * Fix r1039304 and make the patch similar to the one proposed forRuediger Pluem2010-12-291-8/+8
* * The concept of the cleaned flag is flawed: Once we returned the connectionRuediger Pluem2010-12-231-4/+13
* * Do not fiddle around with the close field if we might have returned theRuediger Pluem2010-12-231-7/+5
* * Put a note in the connection notes that the SSL handshake to the backendRuediger Pluem2010-11-261-0/+6
* When the proxy closes the backend connection early, force a setaside onGraham Leggett2010-11-161-1/+18
* Revert r1035504, this was the wrong way to do it.Graham Leggett2010-11-161-15/+10
* Fix pool lifetime issues when the proxy backend connection is terminatedGraham Leggett2010-11-161-10/+15
* Fix a pool lifetime issue: Make sure we clean up our brigade before weGraham Leggett2010-11-041-2/+2
* mod_proxy: Release the backend connection as soon as EOS is detected,Graham Leggett2010-10-231-0/+18
* Remove needless pool cleanup. ap_pregcomp already registers a cleanup for theStefan Fritsch2010-10-231-6/+0
* Fix an inline variable declaration.Graham Leggett2010-10-221-2/+1
* mod_proxy: Move the ProxyErrorOverride directive to have per directory scope.Graham Leggett2010-10-201-4/+7
* axe an unnecessary call to sscanf() when parsing the response lineJeff Trawick2010-09-221-5/+4
* * LimitRequestBody does not affect Proxy requests (Should it?).Ruediger Pluem2010-09-211-0/+15
* Pull out "does request have a body" logic to a centralJim Jagielski2010-08-181-9/+3
* Fix comment and code to be what it should have been/Jim Jagielski2010-08-171-7/+7
* Further checks for non-body requests...Jim Jagielski2010-08-171-1/+10
* detabJim Jagielski2010-08-171-38/+38
* For backends which are HTTP/1.1, do a quick test (ping)Jim Jagielski2010-08-161-37/+105
* Use APR_STATUS_IS_TIMEUP instead of direct compare to APR_TIMEUP toRainer Jung2010-06-101-2/+4
* - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_sslStefan Fritsch2010-06-061-8/+14
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* log remote server port in various placesStefan Fritsch2010-03-101-8/+10
* mod_proxy_http: get the headers right in a HEAD request with ProxyErrorOverri...Nick Kew2010-02-201-23/+16
* mod_proxy_http: Make sure that when an ErrorDocument is servedGraham Leggett2010-02-131-16/+38
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-1/+1
* Allow ProxyPreserveHost to work in <Proxy> sectionsStefan Fritsch2009-10-111-1/+3
* Return consistent error status for proxy unable to connectNick Kew2009-08-231-4/+1
* Security fix for CVE-2009-1890:Joe Orton2009-07-021-5/+16
* mod_proxy_http: fix case sensitivity checking transfer encodingNick Kew2009-06-171-1/+1
* Fix IPv6 literal addresses passed to a proxied backend.Nick Kew2009-05-261-4/+13
* * Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enableRuediger Pluem2009-04-011-0/+9
* use ap_log_rerror instead of r->server per niq's commentsEric Covener2009-01-101-2/+2
* pass a server_rec to ap_log_error on two interim response messagesEric Covener2009-01-091-2/+2
* * Rip out the old flushing approach for solving lifetime issues between theRuediger Pluem2008-11-081-1/+7
* Remove potential for memory leak... allocate on thisJim Jagielski2008-10-221-17/+7
* For timeouts, behave as before and not drop.Jim Jagielski2008-09-201-2/+9
* comment tweakJeff Trawick2008-08-121-1/+1
* * Introduce environment variable proxy-initial-not-pooled to avoid reusingRuediger Pluem2008-08-091-0/+13
* move back to inner loop... fails otherwiseJim Jagielski2008-06-101-1/+3
* Patch for CVE-2008-2364...Jim Jagielski2008-06-101-5/+28