Control Web Panel

WebPanel => Apache => Topic started by: adamjedgar on June 04, 2019, 02:48:07 AM

Title: How to Change MPM to Worker or Event
Post by: adamjedgar on June 04, 2019, 02:48:07 AM
In Centos Web Panel running Centos 7,

1. What command do we use in CWP for determining which MPM is active?

( httpd -V doesnt work as expected...throws a "-bash :httpd command not found" error)

2. What is the procedure to change MPM from Pre Fork to Worker or Event?

Title: Re: How to Change MPM to Worker or Event
Post by: Igor S. on June 04, 2019, 12:47:55 PM
try the command below:
Code: [Select]
/usr/local/apache/bin/httpd -V | grep 'Server MPM'