Linux(CentOS)でApacheを起動してhttp://localhost/
で初期画面を表示したいのですが、エラーが出てしまします。
原因は何だと考えられるでしょうか。
Apache2.4.6
#systemctl start httpd 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; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Thu 2018-11-01 11:00:49 JST; 42s ago Docs: man:httpd(8) man:apachectl(8) Process: 2642 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE) Process: 2641 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 2641 (code=exited, status=1/FAILURE) Nov 01 11:00:49 IPアドレス systemd[1]: Starting The Apache HTTP Server... Nov 01 11:00:49 IPアドレス httpd[2641]: AH00526: Syntax error on line 1 of /etc/httpd/conf.d/django.conf: Nov 01 11:00:49 IPアドレス httpd[2641]: Invalid command 'WSGIScriptAlias', perhaps misspelled or defined by a module not included in the server configuration Nov 01 11:00:49 IPアドレス systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE Nov 01 11:00:49 IPアドレス kill[2642]: kill: cannot find process "" Nov 01 11:00:49 IPアドレス systemd[1]: httpd.service: control process exited, code=exited status=1 Nov 01 11:00:49 IPアドレス systemd[1]: Failed to start The Apache HTTP Server. Nov 01 11:00:49 IPアドレス systemd[1]: Unit httpd.service entered failed state. Nov 01 11:00:49 IPアドレス systemd[1]: httpd.service failed.

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/11/01 02:15