Not sure how serious this is, but Apache seems to be allowing the
REMOTE_ADDR variable to be changed, somehow. I've tested this under
Debian, MacOSX, and FreeBSD, so it doesn't seem to be OS dependent.
I've tried setting a custom variable to REMOTE_ADDR using mod_rewrite,
and the custom variable st
> Tom Evans wrote:
> ...
> We configured our backends to return status 503
> (Service Unavailable) when there was no DB available,
> but this did not do the trick - the error was passed
> through to the user.
My situation exactly.
> I had a brief look at mod_proxy_balancer.c to see
> if this k