# 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.
と表示されるので、
systemctl status httpd.service
してみると
# systemctl status httpd.service httpd service The Apache HTTP Server Loaded: /usr/lib/systemd/system/httpd. service disabled; vendor preset disabled) Active failed (Result: exit-code) since Sat 2016-12-10 09:13:53 JST 3min 43s ago Docs man:httpd(8) man:apachectl(8) Process: 2452 ExecStop=/bin/kill -WINCH $(MAIN PID) (code-exited, status 1/FA Process ILURE) Process: 2450 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1 /FAILURE) Main PID 2450 (code=exited, status=1 /FAILURE) Dec 10 09:13:53 ***-**-***-** systemd[1]: ... Dec 10 09:13:53 ***-**-***-** httpd[2450]: ... Dec 10 09 13:53 ***-**-***-** httpd[2450]: ... Dec 10 09:13:53 ***-**-***-** systemd[1]: ... Dec 10 09 13:53 ***-**-***-** kill[2452]: ... Dec 10 09 13:53 ***-**-***-** systemd[1]: ... Dec 10 09 13:53 ***-**-***-** systemd[1]: ... Dec 10 09:13:53 ***-**-***-** systemd[1]: ... Dec 10 09 13:53 ***-**-***-** systemd[1]: ... Hint: Some lines were ellipsized, use -1 to show in full.
となりました。
色々調べてみると
...のところにsyntax errorなどが表示されてたのですが、...となっており、何も表示されません。
どうすればよいでしょうか?
補足
httpd -tを実行すると下記が表示されました。(画像を載せれるのに気づいたんで画像で載せます)(service httpd configtestでも同じ内容でした)
