On 2/16/09 5:06 AM, "Niklas Edmundsson" <[email protected]> wrote:
>>> + core_dir_config *coreconf = ap_get_module_config(r->per_dir_config, >>> + &core_module); This is a perfect example of why we need a call to hide core_module stuff from modules. We talked about this before and we are still propagating this, IMO, bad habit. --bakins
