Apacheのコマンド一覧
# configファイルチェック apache2ctl configtest # サイト有効化&無効化 a2dissite a2ensite # モジュール有効化&無効化 a2enmod a2dismod # 再起動 systemctl start apache2 // or sudo apachectl start systemctl reload apache2 # バージョン確認 apache2 -v