SentOS7にApache2.4をインストールする
Apacheインストール
SentOS7にApache2.4をインストールする方法
まずはyumリポジトリに、どのバージョンのApacheがあるのか確認するため、以下のコマンドを入力
# yum info httpd
バージョンが2.4になっているか確認する。
確認できたら、su
コマンドでユーザーをrootに切り替える
ちなみにsu -
との違いは、rootディレクトリに移動するかの違い
rootになるコマンド
# su
次にApacheをインストール
インストール
# yum -y install httpd
これでApacheをインストール出来たので、次にApacheの起動する
操作
起動
# systemctl start httpd
再起動
# systemctl reload httpd
停止
# systemctl stop httpd
自動起動
# systemctl enable httpd
ステータス確認
# systemctl status httpd
起動したらhttp://localhost
にアクセスしてページが開けたら、インストール完了
Author And Source
この問題について(SentOS7にApache2.4をインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/mike-ayumu/items/e0a20db8126a03706ade著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .