반응형
[root@ns1 src]# apachectl start
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
해결 방법
(원본) #ServerName www.example.com:80
(수정) ServerName 127.0.0.1:80
728x90
반응형
'리눅스' 카테고리의 다른 글
split 명령어 (0) | 2013.07.12 |
---|---|
[PHP][ERROR] php configure error (0) | 2013.07.11 |
SSH 키 생성, 서버 등록 및 접속하는 방법 (0) | 2013.07.11 |
리눅스 mkpasswd 명령어 (0) | 2013.07.11 |
CentOS 4에서 Oracle Database 9i를 설치하고 구성하는 방법 (2) | 2013.07.10 |