Skip to content

조회 수 23969 추천 수 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. 64bit 시스템에 ssl 설치 후 실행 시 X509_free 오류

    Date2008.10.07 ByADMINPLAY Views15632
    Read More
  2. 서비스 동시접속 인원알기

    Date2008.10.07 ByADMINPLAY Views17022
    Read More
  3. 사이트가 느려지는 현상 점검

    Date2008.10.08 ByADMINPLAY Views16072
    Read More
  4. apache 2.0.x , 2.2.x 버전대 max client 값 수정시

    Date2008.10.08 ByADMINPLAY Views14979
    Read More
  5. 아파치 특정폴더에 암호걸기

    Date2008.10.08 ByADMINPLAY Views16192
    Read More
  6. httpd.conf 파일에 대한 설명 / 번역

    Date2008.10.08 ByADMINPLAY Views14358
    Read More
  7. Apache 최적화

    Date2008.11.11 ByADMINPLAY Views15900
    Read More
  8. 아파치 모듈 내용

    Date2008.12.10 ByADMINPLAY Views16071
    Read More
  9. apache log 정리

    Date2008.12.14 ByADMINPLAY Views13683
    Read More
  10. CGI 오류: Premature end of script headers (Internal Se...

    Date2008.12.14 ByADMINPLAY Views14296
    Read More
  11. Apache 버전확인

    Date2008.12.23 ByADMINPLAY Views15572
    Read More
  12. AWSTATS 설치

    Date2008.12.25 ByADMINPLAY Views24167
    Read More
  13. AWSTATS 국가별 사용자 분석

    Date2008.12.25 ByADMINPLAY Views14582
    Read More
  14. 웹페이지에서 한글이 깨지는 현상 막기

    Date2009.01.03 ByADMINPLAY Views16685
    Read More
  15. Apache 웹페이지 한글깨짐, AddDefaultsCharset 설정

    Date2009.01.03 ByADMINPLAY Views30657
    Read More
  16. Address already in use: make_sock:could not bind to ad...

    Date2009.01.10 ByADMINPLAY Views23969
    Read More
  17. CGI 퍼미션 으로 웹페이지 열리지 않음

    Date2009.01.12 ByADMINPLAY Views14824
    Read More
  18. 아파치 2.X 버전에서 mod_cband를 이용한 트래픽관리

    Date2009.01.17 ByADMINPLAY Views19194
    Read More
  19. RedirectMatch (도메인포워딩)

    Date2009.01.23 ByADMINPLAY Views15602
    Read More
  20. 리눅스 APM 소스설치시 에러에 대한 대처

    Date2009.01.30 ByADMINPLAY Views15301
    Read More
Board Pagination Prev 1 2 3 4 5 Next
/ 5

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234