Hi Sorin, On Tue, Apr 16, 2019 at 10:21:05AM +0200, Sorin Manolache wrote: > On 15/04/2019 22.39, Ervin Hegedüs wrote: > >Hi, > > > >I'm playing with a module, and found an interesting function. > > [...]
> > > >And now if there is a command directive in the config, eg: > > > >DirectiveCmd Arg1 "Arg2 re(\\\\foo)" > The function that extracts words from a line of text is ap_getword_conf > declared in httpd.h. > > It is called from ap_build_config declared in http_config.h. > > The root of the call-chain is ap_read_config delared in http_config.h. vaow, many thanks for awesome detailed informations! :) a.