Actions
Bug #1914
closedMismatch between code and log output
ASK QUESTIONS IN Forums:
Description
In proxy_state_engine in mod_proxy_core.c, when handling unknown connection failures (around line 1500 as of r2349), the address in question is disabled for 60 seconds, but two lines later it writes to the error log that it was disabled for 10 seconds. I guess they should be the same, but I have no idea if 10 or 60 seconds is more reasonable.
sess->proxy_con->address->disabled_until = srv->cur_ts + 60; TRACE("connected finally failed: %s (%d)", strerror(socket_error), socket_error); TRACE("connect to address %s failed and I don't know why, disabling for 10 sec", sess->proxy_con->address->name->ptr);
Actions
Also available in: Atom