httpdのインストール・起動・停止
httpdのインストール
yum install httpd
httpdの起動
systemctl start httpd
httpのステータス確認
systemctl status httpd
httpdの停止
systemctl stop httpd
Hello Worldの先が見える日まで
yum install httpd
systemctl start httpd
systemctl status httpd
systemctl stop httpd
ディスカッション
コメント一覧
まだ、コメントがありません