Chris Monson wrote:
I still want to know whether it makes sense to change the entries in
proxy_util.c,
what does "change the entries in proxy_util.c" mean?
and that requires a little discussion as to whether a request_rec pointer should be required in the ap_get_iplookup_flags function or not. Currently it is required so that we can allow for per-directory configuration of IPLookups (which may seem like overkill, but I am thinking of mod_rewrite and friends that may want to use it to do things on a per-directory basis).
does anybody else have an opinion here? I'm guessing it isn't necessary, but I don't have a good feel
I don't think enabling IPLookups per directory is necessary.
Bill