Apacheのクイックリファレンス
CentOS上の起動ファイル
# coreファイル
/usr/sbin/httpd
# 起動ファイル
/etc/init.d/httpd
Apache Workbench
$ ab -n 100 -c 10
Command
# apache.confの書式確認
$ apachectl configtest
$ apachectl -t
# 再起動
$ /usr/sbin/httpd -k graceful
2021-03-21 17:26:10 UTC
Apacheのクイックリファレンス
# coreファイル
/usr/sbin/httpd
# 起動ファイル
/etc/init.d/httpd
$ ab -n 100 -c 10
# apache.confの書式確認
$ apachectl configtest
$ apachectl -t
# 再起動
$ /usr/sbin/httpd -k graceful