> From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] > Sent: 03 April 2002 13:09
> There are a bunch of hard-coded "logs/..." file names in HTTPD's MPM > directory (grep "logs/" server/mpm/*/*). > > This patch adds a new header file (ap_config_layout.h), which contains > .../configure-specified layout information, and makes all those #define(s) in > MPM to inherit default values from what has been specified in ./configure > rather than hard coded server-root relative paths... +1 for this change. It would be nice to have all the layout specific stuff in one place. Sander