Ну, я установил apache2 на свой Ubuntu VPS, и он работал довольно долго, до недавнего времени веб-сайт не работал, я диагностировал систему и, кажется, apache перестал работать.Я включил Apache в брандмауэре, попытался перезагрузить, но все они не работали.Это ошибка, которую я получаю после попытки перезапустить apache с systemctl restart apache2
Job for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details.
После запуска systemctl status apache2.service
и journalctl -xe
Это ошибка
Failed to dump process list, ignoring: Input/output error
* apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/apache2.service.d
`-apache2-systemd.conf
Active: failed (Result: exit-code) since Tue 2019-03-19 14:20:46 UTC; 6s ago
Process: 53591 ExecStop=/usr/sbin/apachectl stop (code=exited, status=0/SUCCESS)
Process: 48202 ExecReload=/usr/sbin/apachectl graceful (code=exited, status=0/SUCCESS)
Process: 54521 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
Tasks: 0 (limit: 386866)
CGroup: /system.slice/apache2.service
Mar 19 14:20:46 Mewbot systemd[54521]: Failed to attach 54521 to compat systemd cgroup /system.slice/apache2.service: No such file or directory
Mar 19 14:20:46 Mewbot apachectl[54521]: Action 'start' failed.
Mar 19 14:20:46 Mewbot apachectl[54521]: The Apache error log may have more information.
Mar 19 14:20:46 Mewbot systemd[1]: apache2.service: Control process exited, code=exited status=1
Mar 19 14:20:46 Mewbot systemd[1]: apache2.service: Failed to kill control group /system.slice/apache2.service, ignoring: Input/output error
Mar 19 14:20:46 Mewbot systemd[1]: apache2.service: Failed to kill control group /system.slice/apache2.service, ignoring: Input/output error
Mar 19 14:20:46 Mewbot systemd[1]: apache2.service: Failed to kill control group /system.slice/apache2.service, ignoring: Input/output error
Mar 19 14:20:46 Mewbot systemd[1]: apache2.service: Failed to kill control group /system.slice/apache2.service, ignoring: Input/output error
Mar 19 14:20:46 Mewbot systemd[1]: apache2.service: Failed with result 'exit-code'.
Mar 19 14:20:46 Mewbot systemd[1]: Failed to start The Apache HTTP Server.