Hi, Kindly review the fix for CR 6782600.
Irrespective of the MPM chosen, Apache 2.2 loaded both mod_cgi and mod_cgid modules. But worker MPM works with mod_cgid and prefork MPM works better with mod_cgi. Hence, added a check for the MPM before loading these modules. The webrev is located at http://cr.opensolaris.org/~seema/6782600/ Thanks, Seema.