리눅스 분류
아파치 에러 메세지 좀 봐주세여..
작성자 정보
- mica 작성
- 작성일
컨텐츠 정보
- 2,156 조회
- 0 추천
- 목록
본문
김종섭 님의 글
아파치 설치 후 시작이나 종료시 아래와 같이 나오는데.. 어떤게 잘못된건지 알 수 있을까요??
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[kjs@xxx bin]$ ./apachectl start
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(13)Permission denied: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
[kjs@xxx bin]$ ./apachectl configtest
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Syntax OK
아.. 그리고 ./ 이렇게 시작하는게 무엇을 의미하는건가요??
유닉스에서는 ./ 이런거 못본거 같은데...
아파치 설치 후 시작이나 종료시 아래와 같이 나오는데.. 어떤게 잘못된건지 알 수 있을까요??
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[kjs@xxx bin]$ ./apachectl start
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(13)Permission denied: make_sock: could not bind to address [::]:80
no listening sockets available, shutting down
Unable to open logs
[kjs@xxx bin]$ ./apachectl configtest
httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Syntax OK
아.. 그리고 ./ 이렇게 시작하는게 무엇을 의미하는건가요??
유닉스에서는 ./ 이런거 못본거 같은데...
대개 그럴 때 성질 나지요?
저도 서버 다시 구성하느라 4일째 쓸데 없는 에러로 삽질하고 있습니다.
가능성 1. 네트웤 설정 파일 네개를 다시한번 살펴 보시고
(/etc/hosts /etc/resolv.conf /etc/sysconfig/network /etc/sysconfig/network-scripts/ifconfig-eth0 )
(ping 등이 된다고 해서 네트워크가 잘 설정된게 아니더라구요^^;)
가능성 2. httpd.conf 파일에서 ServerName 부분이 잘 설정이 되었는지, DocumentRoot 부분이 잘 설정이 되었는지등을 확인해 보시면 될 것 같은데요...
아.. 그리고 ./ 이렇게 시작하는것은
"현재 디렉토리에 있는" 이라는 뜻으로 해석하시면 됩니다.
도스에서와는 달리 path 걸리지 않은 디렉토리의 파일을 실행할 때에는 현재 실행시킬 파일이 있는 디렉토리에 와 있더라도 ./를 반드시 해 주어야 합니다.
관련자료
-
이전
-
다음
댓글 0
등록된 댓글이 없습니다.