Skip to content

Instantly share code, notes, and snippets.

@sfelde
Last active December 17, 2015 00:38
Show Gist options
  • Save sfelde/5522340 to your computer and use it in GitHub Desktop.
Save sfelde/5522340 to your computer and use it in GitHub Desktop.
solve apache problem
sudo netstat -ap | grep '80'
tcp6 0 0 :::80 :::* LISTEN 18712/apache2
@sfelde
Copy link
Author

sfelde commented May 5, 2013

netstat -ltnp | grep ':80'

kill -9 pid

url:

http://ubuntuforums.org/showthread.php?t=1636667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment