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 trialHolly Holliday
1,563 PointsMAMP for Mac-trying to change 8888 port to 80. Wont let me do it. It say "there's a problem with the server port. Each s
MAMP for Mac-trying to change 8888 port to 80. Wont let me do it. It say "there's a problem with the server port. Each server must be assigned a unique port. Please check your configuration."
3 Answers
Nejc Vukovic
Full Stack JavaScript Techdegree Graduate 51,574 PointsTry resetting the ports and than make sure that the defaut. that sets apache and nginx servers both to port 80.
Change the one you dont need to a port number that you know that won't be used at all.
Nejc Vukovic
Full Stack JavaScript Techdegree Graduate 51,574 PointsWelcome.
Elijah Collins
19,457 PointsElijah Collins
19,457 PointsWhen I set the nginx port to 80 it didn't work, but when I set the apache: 80, nginx: 7888, and MySql: 3306 that's when it finally worked