Hey Guys,
I'm trying to automate things. While installing a fresh cPanel on a server, I want to switch the default mpm to mpm_event .
Can someone share how could I do that using a bash script? I know I can do it using a yum shell, but I want to use it in a bash script and execute it.
```````
# yum shell
Loaded plugins: universal-hooks
> remove ea-apache24-mod_mpm_prefork
> install ea-apache24-mod_mpm_event
> run
```````
- Manu
I'm trying to automate things. While installing a fresh cPanel on a server, I want to switch the default mpm to mpm_event .
Can someone share how could I do that using a bash script? I know I can do it using a yum shell, but I want to use it in a bash script and execute it.
```````
# yum shell
Loaded plugins: universal-hooks
> remove ea-apache24-mod_mpm_prefork
> install ea-apache24-mod_mpm_event
> run
```````
- Manu