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 trial

PHP

James Barrett
James Barrett
13,253 Points

Opening up Port 80 for MAMP

Unable to use MAMP as port 80 is supposedly being used by something else.

https://gyazo.com/a469cd8340baadebb4fd79786be5e18b

Above image shows that port 80 is already listening but by what? Need help on 'killing' that connection. Perhaps a command that can kill all port 80 connections? Tried unchecking the 'use port 80' command on Skype and no luck.

Also tried tasklist /fi "PID eq 4 to find the command and taskkill /f /pid 4 to kill it. Only to be greeted with an error message saying that "The process with PID 4 could not be terminated Reason: Access is denied"

Thanks, James.