2020.
10.
03
07:14:16
Apacheあれこれ。
■起動
systemctl start httpd.service
■停止
systemctl stop httpd.service
■再起動
systemctl restart httpd.service
■起動状態確認
systemctl status httpd.service
■再起動とかしたときのログ確認
journalctl -u httpd
■起動
systemctl start httpd.service
■停止
systemctl stop httpd.service
■再起動
systemctl restart httpd.service
■起動状態確認
systemctl status httpd.service
■再起動とかしたときのログ確認
journalctl -u httpd