Skip to content

Instantly share code, notes, and snippets.

@jesraygarciano
Created September 25, 2018 02:46
Show Gist options
  • Save jesraygarciano/7ea575453bbfb9246d8997ea06e93c67 to your computer and use it in GitHub Desktop.
Save jesraygarciano/7ea575453bbfb9246d8997ea06e93c67 to your computer and use it in GitHub Desktop.
Fixing XAMPP won't run when Skype is opened
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