設定ファイルの場所
apatchログ
/var/log/httpd/access_log
/var/log/httpd/error_log
apatchバージョン確認
# httpd -v Server version: Apache/2.2.15 (Unix) Server built: Jun 19 2018 15:45:13
起動・停止・再起動・自動起動(CentOS7の場合)
# systemctl start httpd.service # systemctl stop httpd.service # systemctl restart httpd.service # systemctl enable httpd.service
EOF