วิธีแก้ Accessing xampp from another computer centos 7

วิธีแก้ Accessing xampp from another computer centos 7

firewall-cmd --add-port=80/tcp --permanent
firewall-cmd --permanent --zone=public --add-service=http 
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --reload