> > 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
> > 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