Sounds good. I am a teeny bit new to the Apache 2.0 sources, so I was wondering if you would point me at the appropriate file to add a per-server (global) config parameter to. I'll hunt for it on my own, but some help may expedite the process.
Look at this array
static const command_rec core_cmds[] = {}
in server/core.c.
Also, you should take a look at this thread in the archives starting last September -- "IPv6 capability and name lookup cost" -- to see if somebody brought up some useful points that I can't remember at the present time.
By the way, thanks for taking this on!!!!!! This was a missing bit of reality check in the current support for IPv6. The usual two round drips to the DNS really sucks.
