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 trialAlexander Schwindt
1,391 PointsI cannot get apache working on both mamp and xampp at the same time.
Whenever I get one going, the other will not turn apache green. any help?
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHey Alexander,
I'm a little confused as to why you are trying to run both at the same time? Which, I don't believe is even possible.
If you're on a Mac, which I'm assuming you are as you are able to use MAMP which stands for (Macintosh, Apache, MySQL, PHP). XAMPP is essentially the same thing, just designed for Cross Platform use (hence the "X"). So, if you start the Apache server in MAMP, you won't be able to start the same server again in XAMPP.
Long story short. You only need one. MAMP if you are using a Mac.
Alexander Schwindt
1,391 PointsAlexander Schwindt
1,391 PointsOh I see what I did. Haha I feel silly now. Thanks!