Project

General

Profile

mod_proxy_core and HTTP timeouts (no HTTP response)

Added by e-razor almost 15 years ago

Hi all,

i got some problems with mod_proxy_core of the latest svn.

My setup looks like this:

proxy-core.balancer = "static" 
proxy-core.protocol = "http" 
proxy-core.backends = ( var.vertex_host )
proxy-core.max-pool-size = 5

proxy-core.rewrite-request = (
  "_uri" => ( "^/"+var.vertex_path_re+"/?(.*)" => "/c2k-tng/$1" )
)

The problem is, that when var.vertex_host is not reachable, mod_proxy_core does not send any kind of timeout error. (504)

As far as i can see, lighttpd does not send any data. For example wget says: "HTTP request sent, awaiting response... No data received."

It'd be cool to setup the timeouts for connect and response too.

Any idea why the http response is broken for my setup?

Thanks for any hints.

Cheers Alex


Replies (1)

RE: mod_proxy_core and HTTP timeouts (no HTTP response) - Added by e-razor almost 15 years ago

Ok, i guess it's a bug in lighttpd, and fixed it.

    (1-1/1)