Skip to content

조회 수 23798 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Apache 시작시 다음과 같은 에러가 발생한다면..

 

[root@localhost bin]# apachectl start
(98)!!!!!! !!!! !!!! !!!!!!!!: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down

80포트를 통해서 소켓 연결이 불가능하다는 것이다.

 

다음과 같은 작업을 통해서 프로세스를 죽이고 아파치를 실행한다.

 

[root@localhost bin]# netstat -anp | grep 80
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      805/
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      8488/
udp        0      0 0.0.0.0:111             0.0.0.0:*                           805/
unix  2      [ ACC ]     STREAM     LISTENING     3490   1664/magicdev       /tmp/orbit-root/linc-680-0-2abd2a5340418
unix  3      [ ]         STREAM     CONNECTED     3493   1664/magicdev       /tmp/orbit-root/linc-680-0-2abd2a5340418


[root@localhost bin]# kill -9 8488

반복적인 작업으로 80포트가 사용중이지 않을때까지 한다.

 

[root@localhost bin]# netstat -anp | grep 80
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      805/
udp        0      0 0.0.0.0:111             0.0.0.0:*                           805/
unix  2      [ ACC ]     STREAM     LISTENING     3490   1664/magicdev       /tmp/orbit-root/linc-680-0-2abd2a5340418
unix  3      [ ]         STREAM     CONNECTED     3493   1664/magicdev       /tmp/orbit-root/linc-680-0-2abd2a5340418

이와 같이 나올경우(즉 80포트가 사용중이라고 나오지 않을 경우) 아파치를 다시 실행한다.

 

[root@localhost bin]# apachectl start


  1. (간단한 팁) 우분투에 Apache2 설치하기 ( apt-get )

    Date2012.04.01 By로키 Views17604
    Read More
  2. *** glibc detected *** double free or corruption (!pre...

    Date2010.05.03 ByADMINPLAY Views26743
    Read More
  3. 64bit 시스템에 ssl 설치 후 실행 시 X509_free 오류

    Date2008.10.07 ByADMINPLAY Views15507
    Read More
  4. Address already in use: make_sock:could not bind to ad...

    Date2009.01.10 ByADMINPLAY Views23798
    Read More
  5. apache + oracle (오라클 DB 한글깨짐)

    Date2010.02.24 ByADMINPLAY Views19594
    Read More
  6. Apache - 도메인 포워딩

    Date2010.08.26 ByADMINPLAY Views18807
    Read More
  7. Apache 1.3.12 httpd.conf 파일 한글설명

    Date2009.03.04 ByADMINPLAY Views13361
    Read More
  8. apache 2.0.x , 2.2.x 버전대 max client 값 수정시

    Date2008.10.08 ByADMINPLAY Views14799
    Read More
  9. Apache 2.2.17 (mod_url 하고 mod_rewrite 충돌)

    Date2011.08.18 ByADMINPLAY Views20396
    Read More
  10. Apache 2.2.21 패치 (mod_proxy_ajp 패치와 apache killer...

    Date2012.01.16 ByADMINPLAY Views19641
    Read More
  11. apache cronolog를 이용한 Apache Log File 날짜 별로 생...

    Date2012.01.16 ByADMINPLAY Views23506
    Read More
  12. Apache expires 설정으로 브라우저 캐시

    Date2013.03.18 Byl2zeo Views11893
    Read More
  13. apache log 정리

    Date2008.12.14 ByADMINPLAY Views13527
    Read More
  14. apache log에 그림이미지 파일 로그 안남기기

    Date2009.11.26 ByADMINPLAY Views14666
    Read More
  15. Apache Make시 /usr/lib/libexpat.so: could not read sym...

    Date2009.08.07 ByADMINPLAY Views17943
    Read More
  16. Apache mod_deflate

    Date2012.01.16 ByADMINPLAY Views23387
    Read More
  17. apache server 2.2, Tomcat5.5 로드밸런싱 및 클러스터

    Date2009.12.10 ByADMINPLAY Views19120
    Read More
  18. Apache Worker 방식의 이해 및 설정법

    Date2012.01.16 ByADMINPLAY Views16955
    Read More
  19. Apache 로그레벨의 종류

    Date2012.01.16 ByADMINPLAY Views20844
    Read More
  20. Apache 버전확인

    Date2008.12.23 ByADMINPLAY Views15428
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234