How to enable the mpm_prefork on Ubuntu
Apache2 has support for prefork and worker modules. These are both Multi-Processing Modules (MPMs), but are quite different from each other. Prefork MPM uses multiple child processes with one thread each and each process...