Looking at the Apache config file, I see Prefork and Worker MPM defined. What is the difference and which one is Apache using?
You can tell whether Apache is using preform or worker by issuing the following command
apache2ctl -l
In the resulting output, look for mentions of prefork.c or worker.c