My Linux Guide
  • Home
Sign in Subscribe

threadded mpm

A collection of 1 post
Apache

Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe.

You may come across this error in newer version of apache which is because the newer configurations use an event based Multi Processing Module by default. If the PHP is not compiled with threadsafe, you will need to switch to the prefork MPM, which does not use threads. Apache is
Oct 23, 2014
Page 1 of 1
My Linux Guide © 2025
Powered by Ghost