Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAmanda Smith
3,079 PointsApache Port in Use
I've gone into the folder xammp > apache > conf > httpd.conf and tried to edit the following lines:
Listen 80 ServerName localhost: 80
to
Listen 8080 ServerName localhost: 8080
but I'm still getting this error:
Port 443 in use by "C:\Program Files (x86)\Skype\Phone\Skype.exe" with PID 13872!
Ideas? Should I uninstall Skype?
3 Answers
Colin Marshall
32,861 PointsNo need to uninstall Skype. You have already taken some of the steps to fix the problem, you just need to also change the listen port in httpd-ssl.conf. See the link below...
Cena Mayo
55,236 PointsHi Amanda,
This site has a good overview on port conflicts with Skype and XAMPP.
Amanda Smith
3,079 PointsThank you so much!!
Cena Mayo
55,236 PointsCena Mayo
55,236 PointsHeh - we linked the same post, Colin. :)
Colin Marshall
32,861 PointsColin Marshall
32,861 PointsHaha yup! I was still typing my response when yours was posted.