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 trialKohane Kagami
12,390 PointsMamp stopped working after installing Xampp.
https://youtu.be/qKLDzFRbZdo Hello. Mamp stopped working after installing Xampp. I created a video and uploaded on youtube. Please take a look at it and help me out.
2 Answers
Kevin Korte
28,149 PointsBoth MAMP and XAMPP default to port 80 for apache. Similar things happen with Skype, as Skype defaults to port 80 as well.
You have change either MAMP or XAMPP to use a different port. You can't have both trying to use port 80, thus the error it's giving you. You could try changing one of them to run on port 8080, 8000, etc it doesn't really matter. It could be port 3458, as long as the port is open. It's common to use port 8080 or 8000 as that's usually a safe bet.
It begs the question though, why do you have XAMPP and MAMP installed, and why are you trying to run them at the same time? They do the exact same thing, there is really no reason to have them both.
Kohane Kagami
12,390 PointsHello. Ok I will use only MAMP. I didn't know that I need only one of them. Thanks.
Kevin Korte
28,149 PointsNo problem, happy coding!