「インストール - Apache2(SUSE)」の版間の差分

ナビゲーションに移動 検索に移動
62行目: 62行目:
== Apache2の起動・停止・再起動 ==
== Apache2の起動・停止・再起動 ==
Apache2の起動は、以下のコマンドを実行する。<br>
Apache2の起動は、以下のコマンドを実行する。<br>
  sudo systemctl start httpd
  sudo systemctl start apache2
<br>
<br>
Apache2の停止は、以下のコマンドを実行する。<br>
Apache2の停止は、以下のコマンドを実行する。<br>
  sudo systemctl stop httpd
  sudo systemctl stop apache2
<br>
<br>
Apache2の再起動は、以下のコマンドを実行する。<br>
Apache2の再起動は、以下のコマンドを実行する。<br>
  sudo systemctl restart httpd
  sudo systemctl restart apache2
Apache2の自動起動は、以下のコマンドを実行する。<br>
Apache2の自動起動は、以下のコマンドを実行する。<br>
  sudo systemctl enable httpd
  sudo systemctl enable apache2
<br><br>
<br><br>


__FORCETOC__
__FORCETOC__
[[カテゴリ:SUSE]]
[[カテゴリ:SUSE]]

案内メニュー