Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Sep 30, 2025, 05:16 AM

Title: How can I switch the MPM mode for the Apache web server in Plesk?
Post by: Suhitha on Sep 30, 2025, 05:16 AM
Applicable to:



Question


Answer


Via Plesk UI

You can switch the MPM (Multi-Processing Module) mode in Plesk by following these steps:

1. Log into Plesk

2. Go to Tools & Settings > Apache & Nginx Settings

3. Select the desired MPM mode from the ones available in the dropdown

(https://pix.cobrasoft.org/images/2025/09/30/mceclip0-8.png)

4. Scroll down and press Apply


Via CLI

1.Connect to the server via SSH

2.Run the following command with either prefork or event:

# plesk bin optimization_settings --set-mpm prefork

Additional Information

What are the differences between MPM Event and MPM Prefork in Plesk?

optimization_settings: Apache Modules Management