XAMPP Port
Help page
https://stackoverflow.com/questions/29069857/xampp-apache-could-not-start-attempting-to-start-apache-service
Step 1: open up "C:\xampp\apache\conf\extra\httpd-ssl.conf"
Open this file and change the listen number to something other than 443.
# When we also provide SSL we have to listen to the # standard HTTP port (see above) and to the HTTPS port # Listen 444
Step 2: open up "C:\xampp\apache\conf\httpd.conf"
Open this file and change this to something other than 80.
#Listen 12.34.56.78:80 Listen 81
Step 3: open up the XAMPP Control Panel v3.2.2 and do the following...
1) Click on Config 2) Clisk on "Service and Port Settings" 3) Update the two ports to match whatever you specified in the .conf files.












