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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While apache installation; On running the Configure, include the option –with-mpm=worker
i.e
./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