How to Start Apache in Multi-Process Mode
The Apache Web server software is used to run websites across the globe, supporting a multi-process mode that allows Apache to handle more connections than in single-process mode. This mode is typically activated on servers where the load is especially heavy, and can be activated by tweaking a setting in the Apache configuration file.
Instructions
-
-
1
Log in to your Apache Web server.
-
2
Type "nano /etc/apache2/apache.conf" on the terminal and press "Enter."
-
-
3
Change the "MPM=Off" line in the file to "MPM=On."
-
4
Press "Ctrl" and "X" to save the file. Then restart Apache by typing "/etc/init.d/apache2 restart" and pressing "Enter."
-
1