Re: svn commit: r1904269 - in /httpd/httpd/trunk: changes-entries/ docs/manual/mod/ modules/http2/ test/modules/http2/

2022-10-20 Thread Roy T. Fielding
> On Oct 19, 2022, at 2:28 AM, Stefan Eissing via dev > wrote: >> Am 18.10.2022 um 21:20 schrieb Roy T. Fielding : >> >>> On Oct 6, 2022, at 2:17 AM, Stefan Eissing via dev >>> wrote: >>> Am 05.10.2022 um 19:34 schrieb Stefan Eissing via dev : > Am 05.10.2022

Re: svn commit: r1904269 - in /httpd/httpd/trunk: changes-entries/ docs/manual/mod/ modules/http2/ test/modules/http2/

2022-10-20 Thread Roy T. Fielding
> On Oct 19, 2022, at 4:50 AM, Ruediger Pluem wrote: > > > > On 10/19/22 11:28 AM, Stefan Eissing via dev wrote: >> >> >>> Am 18.10.2022 um 21:20 schrieb Roy T. Fielding : >>> On Oct 6, 2022, at 2:17 AM, Stefan Eissing via dev wrote: > Am 05.10.2022 um 19:34 schrieb

Re: Define variable in modules

2022-10-20 Thread Christophe JAILLET
Le 20/10/2022 à 15:55, Nick Gearls a écrit : Hello, It would sometimes be very handy to be able to define a variable (like -D on command-line or "Define xxx" in the config) inside a module. This would, for instance, allow to have a config file based on a define from the module, knowing if

Re: Define variable in modules

2022-10-20 Thread Eric Covener
On Thu, Oct 20, 2022 at 9:56 AM Nick Gearls wrote: > > Hello, > > It would sometimes be very handy to be able to define a variable (like -D on > command-line or "Define xxx" in the config) inside a module. > This would, for instance, allow to have a config file based on a define from > the

Define variable in modules

2022-10-20 Thread Nick Gearls
Hello, It would sometimes be very handy to be able to define a variable (like -D on command-line or "Define xxx" in the config) inside a module. This would, for instance, allow to have a config file based on a define from the module, knowing if the