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 trialCeil-Ian Maralit
Front End Web Development Techdegree Graduate 19,434 PointsApache Server WONT TURN ON (MAMP)
Only mysql is turned on, I looked for help online but can't find any. Only the opposite, why is it like this on mine?
1 Answer
John Nguyen
Full Stack JavaScript Techdegree Graduate 30,501 PointsCeil-Ian Maralit : I'm a bit late, so you may have found a solution already. However, here is an alternative answer just in case another person runs into this issue in the future.
I was running MAMP(not pro) on Windows 10(64-bit) and the apache server wouldn't start. I found this solution from stackOverflow.
- Mamp -> Preferences
- PHP -> Change Standard Version to 7.2.14 (Or a different option than it is now)
- Click OK.
Mamp should restart and the apache server should run normally now.
Unsubscribed User
3,913 PointsThis worked perfectly. Thanks!
jamesjones21
9,260 Pointsjamesjones21
9,260 PointsHi Ceil-lan, just wondering, what port is MAMP using for your apache server? This is found within preferences and click on the ports tab, apache usually runs on port 80
Is there anything else using port 80?
If using windows: run cmd as administrator and type in netstat -abno
this will list all processes and the port they are running on, look for port 80. That may be the issue.
If not here is an article on mamp:
https://appsolute.zendesk.com/hc/en-us/articles/215197286-My-Apache-Server-will-not-start-