El día de hoy apareció un error en un VPS, el cual no permitía levantar el servidor apache.
El error
httpd: Syntax error on line 28 of /etc/apache2/conf/httpd.conf: Syntax error on line 2 of /etc/apache2/conf.modules.d/000_mod_mpm_worker.conf: Cannot load modules/mod_mpm_worker.so into server: /etc/apache2/modules/mod_mpm_worker.so: undefined symbol: ap_thread_current_after_fork
Buscando la solucion en internet ingrese en la terminal las siguientes intrucciones.
yum shell
remove ea-apache24-mod_mpm_worker
install ea-apache24-mod_mpm_event
run
Después de terminar la ejecución del comando ingresamos exit.
Ahora levantamos el servicio.
sudo systemctl start httpd
Con esto ya debería funcionar.
Referencia: https://docs.cpanel.net/ea4/apache/multi-processing-modules-mpm/