분류
기타
Apache 데몬 시작시 나오는 오류 대처
본문
Apache 데몬을 시작하면 아래와 같은 오류가 나오는 경우....
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
대처 :
httpd.conf 을 편집기로 열어서
ServerName을 찾은 후 주석을 해제하고 아래와 같이 적습니다.
ServerName 127.0.0.1
- 이전글MySQL 설치후 접속시 애러 대처 18.12.02
- 다음글부트 스트랩, jQuery UI 및 웹 알림 초안에 대한 JavaScript 알림. 18.12.02