13,230
回編集
| 62行目: | 62行目: | ||
== Apache2の起動・停止・再起動 == | == Apache2の起動・停止・再起動 == | ||
Apache2の起動は、以下のコマンドを実行する。<br> | Apache2の起動は、以下のコマンドを実行する。<br> | ||
sudo systemctl start | sudo systemctl start apache2 | ||
<br> | <br> | ||
Apache2の停止は、以下のコマンドを実行する。<br> | Apache2の停止は、以下のコマンドを実行する。<br> | ||
sudo systemctl stop | sudo systemctl stop apache2 | ||
<br> | <br> | ||
Apache2の再起動は、以下のコマンドを実行する。<br> | Apache2の再起動は、以下のコマンドを実行する。<br> | ||
sudo systemctl restart | sudo systemctl restart apache2 | ||
Apache2の自動起動は、以下のコマンドを実行する。<br> | Apache2の自動起動は、以下のコマンドを実行する。<br> | ||
sudo systemctl enable | sudo systemctl enable apache2 | ||
<br><br> | <br><br> | ||
__FORCETOC__ | __FORCETOC__ | ||
[[カテゴリ:SUSE]] | [[カテゴリ:SUSE]] | ||