简体   繁体   中英

How to change MPM prefork to worker on default Apache OSX installation?

How to change MPM prefork to worker on default Apache OSX installation?

for example, on centOS, the configuration can be found in /etc/sysconfig/httpd

Thank you

While apache installation; On running the Configure, include the option --with-mpm=worker

ie ./configure --with-mpm=worker followed by, 'make' and 'make install'

Refer to the following link for more info: http://httpd.apache.org/docs/2.2/misc/perf-tuning.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM