Jorey Bump
list at joreybump.com
Wed Feb 22 01:28:38 EST 2006
Kevin J. Smith wrote: > In trying to answer the question of which MPM model the server uses There's no need to guess, just run this command: httpd -V If the MPM is prefork, the following will appear in the list: -D APACHE_MPM_DIR="server/mpm/prefork" If you have multiple Apache installations, be sure to use the full path to the httpd binary in question.
|