I want to run MAMP on my Windows 8.1 pc, but when I start the servers, it says:
\'APACHE\' needs open port \'80\' which is already being used by another service
Start windows command line and then run netstat -aon | findstr :80 You will see line with process that is using port 80
netstat -aon | findstr :80