3
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 : "Cannot bind to port 80. It is probably Taken by Another application or you don’t have enough privileges." It’s probably taken over by another app or you don’t have enough privileges .
I don’t want to change and use another door. I really want to use door 80.
I don’t know the app 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 door .
I opened the httpd.conf
and I tried to change the listening door to 80. But it’s still not working .
Can someone help me ? Thank you
the command does not seem correct... try this
lsof -n -i4TCP:$PORT | grep LISTEN
orsudo lsof -i ':80'
(space-free)– Daniel Omine
I tried this command but gave this message:
lsof: unacceptable port specification in: -i 4TCP:
lsof 4.87
 latest revision: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
 latest FAQ: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ
 latest man page: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man
 usage: [-?abhlnNoOPRtUvV] [+|-c c] [+|-d s] [+D D] [+|-f[cgG]]
 [-F [f]] [-g [s]] [-i [i]] [+|-L [l]] [+|-M] [-o [o]] [-p s]
[+|-r [t]] [-s [p:s]] [-S [t]] [-T [t]] [-u s] [+|-w] [-x [fl]] [--] [names]
Use the ``-h'' option to get more help information.
– Zedu Ricciardi
tried also the command:
sudo lsof -i ':80'
but nothing appears, only if you have some site opened in the browser.– Zedu Ricciardi