You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning We do not recommend using a threaded MPM in production with Apache 2. Use the prefork MPM, which is the default MPM with Apache 2.0 and 2.2. For information on why, read the related FAQ entry on using Apache2 with a threaded MPM
When doing an AB Request stress test i notice by default on docker with raspberry it only uses the 1st core primarily? Across the docker swarm.
I think i need to add mpm= “event” to the apache config inside the wordpress docker image?
The text was updated successfully, but these errors were encountered: