yuki

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Update後にApacheが起動しない #492
    yuki
    Participant

      試してみました。
      確かに起動エラーが出ますね。

      $journalctl -xe
      で確認すると
      ssl.confについてsyntax errを指摘しているのが分かりました。
      “cannot define multiple listeners on the same”で検索してみると…


      「KUSANAGI」 ワンポイントTips Apache利用でアップデートしたら再起動できなくなったときの対処法
      https://column.prime-strategy.co.jp/archives/column_1834

      $rm /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf.bak
      $systemctl start httpd.serveice
      $systemctl status httpd.serveice
      で起動を確認しました。

      in reply to: Update後にApacheが起動しない #483
      yuki
      Participant

        apacheの起動ログを確認すると原因究明に繋がる可能性があります。

        in reply to: phpのダウングレード方法について #482
        yuki
        Participant

          既存のphpを全て削除してからバージョン指定してインストールする方法になると思います。

        Viewing 3 posts - 1 through 3 (of 3 total)