2022年11月5日土曜日

httpd security

 https://www.rem-system.com/apache-security01/

0 件のコメント:

コメントを投稿

Nginx インストール&設定

# systemctl stop httpd # systemctl disable httpd # dnf install -y nginx # systemctl start nginx # systemctl enable nginx # firewall-cmd --pe...