りんちゃんの日記

日常を書き留めていきます。

rails環境構築centOS7(5. Apacheインストール)

 

5. Apacheインストール(root)


5.1.Apacheのインストール

        # yum install -y httpd httpd-devel curl-devel

5.2. Apache自動起動

     # systemctl enable httpd

 【表示結果】
  Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to
       /usr/lib/systemd/system/httpd.service.