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 trialCatherine Millington
3,754 PointsIt won't let me use the APACHE module.
This message came up: 15:17:26 [Apache] Error: Apache shutdown unexpectedly. 15:17:26 [Apache] This may be due to a blocked port, missing dependencies, 15:17:26 [Apache] improper privileges, a crash, or a shutdown by another method. 15:17:26 [Apache] Press the Logs button to view error logs and check 15:17:26 [Apache] the Windows Event Viewer for more clues 15:17:26 [Apache] If you need more help, copy and post this 15:17:26 [Apache] entire log window on the forums
Kent Gray
1,113 PointsHere is the step by step by guide:
- Open the XAMPP Control Panel
- Go to Config
- Select the first option
- Ctrl + f (search) and search for 80
- Add 80 to the end of every 80 so it looks like 8080
- Save file and close
- Return to XAMPP Control Panel
- Go to Config
- Select the second option
- Ctrl + f (search) and search for 44
- Add 33 to the end of every 44 so it looks like 4433
- Save file and close
- Now try to run Apache.
Or watch this youtube vid to fix it: https://www.youtube.com/watch?v=0dkDghuWn2o
Thomas McNish
10,893 PointsThomas McNish
10,893 PointsIt's probably because the default port for apache (port 80) is being used by another application. Read this short and amazing tutorial about how to resolve the problem. It worked for me. Good luck!
http://www.zeeronsolutions.com/fix-xampp-apache-not-starting-because-port-80-in-use-issue/#comment-9503