Easy Apache 3 & PHP

Choose Which Apache To Build

← Go Back

Apache 2.0's main improvement over Apache 1.3 on Linux and BSD systems was the addition of Multiprocessing Modules (MPM) that specify how resources are allocated by Apache. When using a threaded MPM like "worker", Apache 2.0 tends to outperform Apache 1.3. When using the "prefork" MPM Apache 1.3 tends to outperform Apache 2.0.