[EMAIL PROTECTED] wrote:
Author: stas Date: Wed Dec 15 08:08:52 2004 New Revision: 111983
URL: http://svn.apache.org/viewcvs?view=rev&rev=111983 Log: - general config: adjust Apache/TestConfig.pm not to write irrelevant httpd.conf sections (e.g. <IfModule prefork.c> for win32, and vice versa, A-T knows exactly what mpm it needs to write the config for). Thus reducing the clutter.
- winnt case: Apache/TestConfig.pm config for <IfModule mpm_winnt.c> before Apache-2.0.50 ThreadsPerChild had to be at least as big as the number of Vhosts. This was fixed in 2.0.50. Since A-T knows the httpd version, it shouldn't start so many threads for httpd >= 2.0.50, but @[EMAIL PROTECTED] Also add BACK_COMPAT_MARKER in the logic so when no longer support httpd < 2.0.50, this logic could be removed.
Chris, if you are still looking at what to do to improve A-T, I think this two new todo items might be of interest to you.
I'm knee deep in another project at the moment, but I'm sure I'll get sick of it and need a break by the end of the weekend.
I still need to take a crack at the mp2 RC and see if it will build on my setup as well.
-=Chris