Hello, I have made a tiny patch for Apache 2.2 mod_proxy. It consists on enabling a new option to status parameter in ProxyPass directive.
My idea is that I don't want to disable a destination server whenever a single failure occur though it could be just for 1second (retry=1). I have done this to get the same behaviour than 2.0 version though I have to add the "status=i" to all the ProxyPass. Could anybody confirm that: - it works well: in my tests it seems, but I don't know have test cases here. - it's the right way to do it: as the code seems prepared to do it, I have just enabled in the config parser. comments? is there a better way to do this? Thanks Regards, Francisco Gimeno
