Reputation: 1187
Basically I am getting the error in this post: APACHE needs port 80 - MAMP . The solution to original post is to kill the tasks using Port 80. But I don't want to kill the tasks which I don't know.
I have already changed the port number for Apache in MAMP UI. But I am still getting the same error message. Is there a way I can configure which port for Apache to use in MAMP?
Upvotes: 0
Views: 9850
Reputation: 11702
"c:\MAMP\conf\apache\httpd.conf"
(with a text editor) "Listen 80"
"Listen 8080"
, saveUpvotes: 3