- 2024/11/21
- Category :
[PR]
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
ステップアップしていくブログです。
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
$ chkconfig --list
$ systemctl list-units --type=service
# service httpd status # service httpd start # service httpd stop # service httpd restart
# systemctl status httpd.service # systemctl start httpd.service # systemctl stop httpd.service # systemctl restart httpd.service
# iptables -nvL # iptables -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
# firewall-cmd --list-services --zone=public --permanent # firewall-cmd --add-service=https --zone=public --permanent