Does your config have directives from dav_fs in two overlapping sections? On Wed, Mar 1, 2023, 4:36 AM Emmanuel Dreyfus <m...@netbsd.org> wrote:
> Hello > > I am trying to add a per-directory confioguration directive to mod_dav_fs, > but the merge_dir_config() calback is never called, and I always get the > value from create_dir_config() when accessing the per-directory > configuration. > > The directive is defined with ACCESS_CONF|RSRC_CONF but I am not sure > that matters here, since merge_dir_config() should handle all directives > and it is not called at all. > > What is the trick? I have spent a lot of time with printfs in > server/config.c > with no success so far. > > -- > Emmanuel Dreyfus > m...@netbsd.org >