yum install httpd -y
yum install mod_ssl openssl -y
启动
systemctl start httpd
systemctl stop httpd
systemctl restart httpd
mkdir /usr/lib/x86_64-linux-gnu/
ln -s /usr/lib64/libexpat.so.1 /usr/lib/x86_64-linux-gnu/libexpat.so.0
/data/apache/bin/apachectl start
验证命令
yum install nmap -y
nmap -sV -p 443 --script ssl-enum-ciphers 127.17.0.2
网友评论