Почему не запускается httpd?

После перезагрузки сервера не запускается httpd.

После был обновлен php. Но все ровно ошибка не прошла!

Ввожу команду service httpd restart
Получаю в ответ!
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details
.

Ввожу systemctl status httpd.service
* httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/httpd.service.d
`-nofile.conf
Active: failed (Result: exit-code) since Wed 2019-06-26 11:45:02 UTC; 49s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 3977 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 3974 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 3974 (code=exited, status=1/FAILURE)

Jun 26 11:45:01 server systemd[1]: Starting The Apache HTTP Server...
Jun 26 11:45:02 server httpd[3974]: [Wed Jun 26 11:45:02.018189 2019] [so:warn] [pid 3974:tid 47424457643008] AH01574: module php7_module is already loaded, skipping
Jun 26 11:45:02 server httpd[3974]: [Wed Jun 26 11:45:02.018508 2019] [so:warn] [pid 3974:tid 47424457643008] AH01574: module php7_module is already loaded, skipping
Jun 26 11:45:02 server httpd[3974]: AH00534: httpd: Configuration error: More than one MPM loaded.
Jun 26 11:45:02 server systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jun 26 11:45:02 server kill[3977]: kill: cannot find process ""
Jun 26 11:45:02 server systemd[1]: httpd.service: control process exited, code=exited status=1
Jun 26 11:45:02 server systemd[1]: Failed to start The Apache HTTP Server.
Jun 26 11:45:02 server systemd[1]: Unit httpd.service entered failed state.
Jun 26 11:45:02 server systemd[1]: httpd.service failed.
  • Вопрос задан
  • 283 просмотра
Пригласить эксперта
Ответы на вопрос 1
@Drno
Версия httpd?
Судя по логу ошибка тут
httpd: Configuration error: More than one MPM loaded

https://serverfault.com/questions/646107/more-than...
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы