apacheのステータスチェック
$ systemctl status apache2
configファイルの構文チェック
$ apachectl configtest
エラーログのチェック
$ tail -f /var/log/apache2/error.log
admin