I'm trying to use BitNami Stack MAPP 5.5.30-0 (For Apache Web Server, PostgreSQL)
When I try to configure Apache Web Server I get this error: "Can not bind to port 80. It is probably taken by another application or you do not have enough privileges. privileges.
I do not want to change and use another port. I really want to use port 80.
I do not know the application is using port 80.
I'm using a MAC OS X Yosemite.
I tried this command:
sudo lsof -i ' : 80'
But nothing is running on this port.
I opened httpd.conf and I tried to change the listening port to 80. But it still is not working.
Can anyone help me? Thank you