这是一个创建于 3055 天前的主题,其中的信息可能已经有所发展或是发生改变。
[root@localhost ~]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2016-07-14 00:29:40 CST; 8s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 7463 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 7460 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 7460 (code=exited, status=1/FAILURE)
Jul 14 00:29:40 localhost.localdomain systemd[1]: Starting The Apache HTTP Server...
Jul 14 00:29:40 localhost.localdomain httpd[7460]: AH00526: Syntax error on line 5 of /etc/httpd/conf.d/owncloud.conf:
Jul 14 00:29:40 localhost.localdomain httpd[7460]: AllowOverride not allowed here
Jul 14 00:29:40 localhost.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Jul 14 00:29:40 localhost.localdomain kill[7463]: kill: cannot find process ""
Jul 14 00:29:40 localhost.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1
Jul 14 00:29:40 localhost.localdomain systemd[1]: Failed to start The Apache HTTP Server.
Jul 14 00:29:40 localhost.localdomain systemd[1]: Unit httpd.service entered failed state.
Jul 14 00:29:40 localhost.localdomain systemd[1]: httpd.service failed.
2 条回复 • 2016-07-14 01:06:19 +08:00
|
|
1
UnisandK 2016-07-14 00:56:03 +08:00 1
line 5 of /etc/httpd/conf.d/owncloud.conf: AllowOverride not allowed here 写得很明白了
|
|
|
2
thinks 2016-07-14 01:06:19 +08:00 via Android
@ UnisandK 唉,深夜紧张了,一直在关注红字 Failed to start the Apache HTTP Server 。 谢谢谢谢。
|