Re: [PATCH] add test_config hook

2004-08-11 Thread Justin Erenkrantz
--On Wednesday, August 11, 2004 4:24 PM +0100 Joe Orton <[EMAIL PROTECTED]> wrote: Any interest in this for HEAD? Patch below adds a test_config hook which allows modules to do extra checking when httpd is invoked with -t. The new "-t -D DUMP_MODULES" feature can be implemented this way rather t

Re: [PATCH] add test_config hook

2004-08-11 Thread Paul Querna
On Wed, 2004-08-11 at 16:24 +0100, Joe Orton wrote: > Any interest in this for HEAD? Patch below adds a test_config hook > which allows modules to do extra checking when httpd is invoked with -t. > The new "-t -D DUMP_MODULES" feature can be implemented this way rather > than hooking into mod_so f

[PATCH] add test_config hook

2004-08-11 Thread Joe Orton
Any interest in this for HEAD? Patch below adds a test_config hook which allows modules to do extra checking when httpd is invoked with -t. The new "-t -D DUMP_MODULES" feature can be implemented this way rather than hooking into mod_so from server/main.c, which I think is slightly cleaner; it's u