Wednesday, 20 April 2011

Ubuntu - Lighttpd can't bind to port: 80 Address already in use

Just use this command:
  1. sudo apt-get install lsof
  2. lsof -i :80
And you can see what program are running with port 80. Your issue was resolved.

No comments:

Post a Comment