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