Answers for "how to change xampp port to 8080"

2

how to check what is running in port 8080

netstat -a -n -o | find "8080
Posted by: Guest on August-24-2020
4

firewall-cmd add port 8080

sudo firewall-cmd --zone=public --permanent --add-port=5000/tcp
sudo firewall-cmd --zone=public --permanent --add-port=4990-4999/udp
sudo firewall-cmd --zone=public --permanent --list-ports
Posted by: Guest on July-08-2020

Browse Popular Code Answers by Language