Здравствуйте. На VPS - CentOS 7. Пытаюсь запустить апач:
[root@044 ~]# service httpd start
Redirecting to /bin/systemctl start httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
[root@044 ~]# journalctl -xe
....................приведен не весь вывод комманды (последние строки) ...................................
Sep 18 10:17:56 <мой_хост> systemd[1]: Starting The Apache HTTP Server...
-- Subject: Unit httpd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has begun starting up.
Sep 18 10:17:56 <мой_хост> systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Sep 18 10:17:56 <мой_хост> kill[1996]: kill: cannot find process ""
Sep 18 10:17:56 <мой_хост> systemd[1]: httpd.service: control process exited, code=exited status=1
Sep 18 10:17:56 <мой_хост> systemd[1]: Failed to start The Apache HTTP Server.
-- Subject: Unit httpd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has failed.
--
-- The result is failed.
Sep 18 10:17:56 <мой_хост> systemd[1]: Unit httpd.service entered failed state.
Sep 18 10:17:56 <мой_хост> systemd[1]: httpd.service failed.
Также обнаружил, что
[root@044 ~]# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/simfs 400000 350062 49938 88% /
devtmpfs 131072 53 131019 1% /dev
tmpfs 131072 1 131071 1% /dev/shm
tmpfs 131072 198 130874 1% /run
tmpfs 131072 10 131062 1% /sys/fs/cgroup
tmpfs 131072 1 131071 1% /run/user/0
88% - это много? Может ли из-за этого не стартовать?