我将https网站从443移动到8443,因为我需要443用于OpenVPN
iptables -nvL
Chain INPUT (policy DROP 171K packets, 16M bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8443 ctstate NEW,ESTABLISHED
lsof -iTCP -sTCP:LISTEN -P | grep 8443
httpd 8085 root 6u IPv6 47853 0t0 TCP *:8443 (LISTEN)
httpd 8086 web 6u IPv6 47853 0t0 TCP *:8443 (LISTEN)
semanage port -l | grep -w '^http_port_t'
http_port_t tcp 80, 81, 443, 488, 8008, 8009, 8443, 9000
的ssl.conf
Listen 8443 https
<VirtualHost iotanet.gr:8443>
请告知可能的错误是什么?
附:与443网站完美配合