📅  最后修改于: 2022-03-11 15:00:42.255000             🧑  作者: Mango
Here is the solution step-by-step:
1 Open up httpd-ssl.conf in path2xampp\apache\conf\extra
2 Look for the line Listen 443
3 Change port number to anything you want. I use 4430. ex. Listen 4430.
4 Replace every 443 string in that file with 4430.
5 Save the file.