Re: [PATCH] log path to config file during startup

2006-11-16 Thread Joe Orton
On Thu, Nov 16, 2006 at 07:45:08AM -0500, Jeff Trawick wrote: > On 10/16/06, Eric Covener <[EMAIL PROTECTED]> wrote: > >Patch below logs the path to the config file just before ap_mpm_run() > > > >Can help clear up some mysteries when posthumously analyzing an ErrorLog > > as a further aid, is it

Re: [PATCH] log path to config file during startup

2006-11-16 Thread Jeff Trawick
On 10/16/06, Eric Covener <[EMAIL PROTECTED]> wrote: Patch below logs the path to the config file just before ap_mpm_run() Can help clear up some mysteries when posthumously analyzing an ErrorLog as a further aid, is it practical to add a list of defines used to parse the conf file? [notice]

[PATCH] log path to config file during startup

2006-10-16 Thread Eric Covener
Patch below logs the path to the config file just before ap_mpm_run() Can help clear up some mysteries when posthumously analyzing an ErrorLog Index: server/main.c === --- server/main.c (revision 464572) +++ server/main.c