Command line examples for Apache Administration / Apacheの利用でよくやるコマンド一覧(随時更新)


apacheのステータスチェック

$ systemctl status apache2

configファイルの構文チェック

$ apachectl configtest

エラーログのチェック

$ tail -f /var/log/apache2/error.log