この問題に関する多くの投稿を見ましたが、問題は解決されませんでした。
httpd.service
次のコマンドで起動しようとします。
$ sudo systemctl start httpd.service
間違い:
Job for httpd.service failed. See 'systemctl status httpd.service' and 'journalctl -xn' for details.
添付:
$ journalctl -xn
上記のコマンドの出力は次のようになります。
-- Logs begin at Sat 2014-03-29 22:42:48 IRDT, end at Sat 2014-05-10 23:58:05 IRDT. --
May 10 23:55:51 localhost systemd[1]: Unit httpd.service entered failed state.
May 10 23:55:51 localhost sudo[18583]: pam_unix(sudo:session): session closed for user root
May 10 23:58:05 localhost sudo[19575]: kamix : TTY=pts/1 ; PWD=/home/kamix ; USER=root ; COM
May 10 23:58:05 localhost sudo[19575]: pam_unix(sudo:session): session opened for user root
May 10 23:58:05 localhost systemd[1]: Starting Apache Web Server...
-- Subject: Unit httpd.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit httpd.service has begun starting up.
May 10 23:58:05 localhost apachectl[19578]: httpd: Syntax error on line 59 of /etc/httpd/con
May 10 23:58:05 localhost sudo[19575]: pam_unix(sudo:session): session closed for user root
May 10 23:58:05 localhost systemd[1]: httpd.service: control process exited, code=exited sta
May 10 23:58:05 localhost systemd[1]: Failed to start Apache Web 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.
答え1
apachectl configtest
私のArch Linuxサーバーファイルの出力といくつかのインターネット検索に基づいて、次のようになります。問題がある時Apacheを2.2から2.4にアップグレードする。昨年、この問題が発生したことを思い出してください。どこかに保存してhttpd.conf
実行pacman -R apache
してから、お勧めしますpacman -S apache
。一部の diff ツールを使用して、Apache 2.4 を/etc/httpd/conf/httpd.conf
保存したバージョンと比較し、httpd.conf
新しいバージョンに必要ないくつかの変更のみを行います。不要な名前付き仮想サーバーを個人的に削除しました。