#author("2017-01-25T19:02:20+09:00","default:wikiwriter","wikiwriter") #author("2018-05-18T21:03:19+09:00","default:wikiwriter","wikiwriter") &tag(CentOS7/Apache); *目次 [#rbeb3e0e] #contents *関連ページ [#z2af61fb] *参考情報 [#bb182fe3] -[[CentOS7最小インストールからHTTP接続が接続できるまで - Qiita:http://qiita.com/tamamius/items/448c350ca34e4db9f6f5]] -[[Apache2.2の設定ファイルをApache2.4に移植するためにやったことまとめ - Qiita:http://qiita.com/DQNEO/items/1556a8e85af4bc40aad6]] *インストール [#z1fea122] -以下のコマンドでインストール yum install httpd lynx http://localhost -有効化 # systemctl enable httpd.service -サービス開始 # systemctl start httpd.service