httpd: Could not reliably determine the server's fully qualifie...
2011.01.28 17:15
아파치 서버 재시작 시
#service httpd restart
or
#apachectl restart
오류 메시지...
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
- 해결법 : httpd.conf 파일을 열어서 ServerName 부분을 찾아서
ServerName localhost ===> 삽입 또는 수정
#apachectl restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
#service httpd restart
or
#apachectl restart
오류 메시지...
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
- 해결법 : httpd.conf 파일을 열어서 ServerName 부분을 찾아서
ServerName localhost ===> 삽입 또는 수정
#apachectl restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
'Linux security' 카테고리의 다른 글
httpd: Could not reliably determine the server's fully qualifie... (0) | 2011.01.28 |
---|---|
rsync 스케줄링 백업 받기 (0) | 2011.01.21 |
Linux CRON daemon 설정 (0) | 2011.01.18 |