(13)permission denied: make_sock: could not bind to address 0.0.0.0:80
apache를 root 계정이 아니라 다른 계정으로 실행할경우 위 오류가 발생할수 있다.
1. root 계정 이용
2. apache/bin 디렉토리 이동
3. chown root:웹계정 httpd
4. chmod +s httpd
5. chown 웹계정:웹계정 apachectl
이후에 웹계정으로 아파치 실행하면 됨
참고 문서 : http://gntpapa.tistory.com/entry/Apache-%EC%9D%BC%EB%B0%98-%EA%B3%84%EC%A0%95-%EC%8B%A4%ED%96%89%ED%95%98%EA%B8%B0