Modul command directive arguments

2019-04-15 Thread Ervin Hegedüs
Hi, I'm playing with a module, and found an interesting function. Example: const command_rec module_directives[] = { ... AP_INIT_TAKE23 ( "DirectiveCmd", cmd, NULL, CMD_SCOPE_ANY, "Directive Command" ), ... extern const command_rec module_direc

Re: Modul command directive arguments

2019-04-16 Thread Sorin Manolache
On 15/04/2019 22.39, Ervin Hegedüs wrote: Hi, I'm playing with a module, and found an interesting function. Example: const command_rec module_directives[] = { ... AP_INIT_TAKE23 ( "DirectiveCmd", cmd, NULL, CMD_SCOPE_ANY, "Directive Command

Re: Modul command directive arguments

2019-04-16 Thread Ervin Hegedüs
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 "