Created
September 25, 2018 02:46
-
-
Save jesraygarciano/7ea575453bbfb9246d8997ea06e93c67 to your computer and use it in GitHub Desktop.
Fixing XAMPP won't run when Skype is opened
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A conflict on port 80; since XAMPP used port80 as well as skype. You can use either of these two options: | |
1: | |
ServerName localhost:80 | |
Listen 80 | |
to | |
ServerName localhost:8080 | |
Listen 8080 | |
2: | |
Uncheck option from Skype to use "port 80; 4443" Option |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment