Ryan Bloom wrote: >>>It would be nice >>>if there was an apxs flag that would return the MPM type. >> >>+1 > > > There is. -q will query for any value in config_vars.mk, and MPM_NAME > is in that file. So `apxs -q MPM_NAME` will return the configured MPM > type. > > Ryan > This is the wrong approach IMHO. we should have a flag to determine if threading is enabled, and use that to base the decision on. I can see in the future where we might have 2 non-threaded MPM's and then all the people using this flag will break
--Ian