andriangungon
6/23/2018 - 11:10 AM

Xammp apache problem Port 443 in use by other app

Open up httpd-ssl.conf in path2xampp\apache\conf\extra
Look for the line Listen 443
Change port number to anything you want. I use 4430. ex. Listen 4430.
Replace every 443 string in that file with 4430.
Save the file.