summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Do this later as we might leave the function anyway without the need for this.Ruediger Pluem2008-05-301-2/+2
* * According to RFC 2616 8.2.3 we are not allowed to forward anRuediger Pluem2008-05-301-0/+8
* * mod_proxy_http.cRuediger Pluem2008-05-271-2/+20
* Remove extra cruft that ended up in a commit.Graham Leggett2008-05-101-4/+0
* core, mod_proxy: If a kept_body is present, it becomes safe forGraham Leggett2008-05-101-1/+8
* Typo.Jean-Frederic Clere2008-04-211-1/+1
* Set at init time, and combine commentsJim Jagielski2008-04-201-5/+6
* * Do not add the query string again in the case that we are using theRuediger Pluem2008-04-191-15/+3
* handle ? in cases where nocanon is in effectJim Jagielski2008-04-171-2/+5
* * In the case that we fail to read the response line from the backend and ifRuediger Pluem2008-04-081-0/+32
* * Fix comment. No functional change.Ruediger Pluem2008-02-011-1/+1
* * Fix processing of chunked responses if Connection: Transfer-Encoding isRuediger Pluem2008-01-291-0/+14
* *) mod_proxy_http: Return HTTP status codes instead of apr_status_tEric Covener2008-01-111-44/+50
* * Enable the proxy to keep connections persistent in the HTTPS case.Ruediger Pluem2007-12-081-8/+4
* Add option not to send&clear response headers in ap_send_interim_response.Nick Kew2007-10-271-1/+1
* mod_proxy: add "nocanon" keyword to ProxyPass, to suppressNick Kew2007-10-271-3/+9
* * modules/proxy/mod_proxy_http.c (ap_proxy_http_register_hook): FixJoe Orton2007-10-111-1/+1
* (forward) proxy should not be verifying/checking forJim Jagielski2007-10-111-3/+0
* Abstract out "verification of valid encoding" viaJim Jagielski2007-10-101-12/+2
* missing include!Nick Kew2007-10-091-0/+1
* mod_proxy_http: Don't unescape/escape forward proxied URLs. Just check them.Nick Kew2007-10-091-1/+27
* Purge tabs in r582631Nick Kew2007-10-071-20/+20
* mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses.Nick Kew2007-10-071-0/+24
* No change, but they won't let me have fooNick Kew2007-10-011-10/+10
* Proxy: remove Warning headers with wrong dateNick Kew2007-09-301-1/+74
* Fix typo in header name "Trailer"Nick Kew2007-09-281-1/+1
* Fix processing of Connection headers in proxyNick Kew2007-09-281-10/+18
* Fix adding out Via header in proxy responseNick Kew2007-09-271-2/+2
* Strip hop-by-hop headers in proxy responseNick Kew2007-09-271-0/+8
* Formatting. No functional change.Nick Kew2007-09-271-22/+22
* Remove tabs.Jean-Frederic Clere2007-09-191-7/+7