CentOS7にバージョンアップした際に変わった事や、覚えた事などを記録しておきます。
Apache
Apache再起動
# systemctl restart httpd.service または # systemctl restart httpd または # apachectl restart
Apache自動起動
# systemctl enable httpd.service または # systemctl restart httpd
IPアドレスを調べる
ifconfigがなく、ip aで見る必要があった。
もしくは
# yum install net-tools
でifconfigをインストールする

