[root@finkl bin]# ./apachectl start
httpd: cannot determine local host name.
Use the ServerName directive to set it manually.
./apachectl start: httpd could not be started
[root@finkl bin]#
이런 메세지가 나오면서 시작이 안됩니다
아래는 몇몇 관련 설정 파일들입니다
[root@finkl bin]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost localhost.localdomain
61.32.211.35 finkl
[root@finkl bin]#
[root@finkl sysconfig]# cat network
NETWORKING=yes
HOSTNAME=finkl
GATEWAY=61.32.211.1
[root@finkl sysconfig]#
최근에 한 짓이라고는 호스트 이름 바꿀려고 /etc/sysconfig/network
파일에서 호스트네임을 finkl로 수정했습니다
그리고 나서 원래 그랬는지는 모르겠지만 유저홈디렉토리 퍼미션이 열려
있는데로 퍼미션디나이드 메세지가 떠서 rpm -e 로 apache를 지워버리고
소스 컴파일해서 새로 설치한 상태입니다
조언 . 관련 문서 소개 .. 뭐든지 환영합니다 ^^--스팸 없는 곳에 살고 싶어오 ㅠ.ㅠ