리눅스
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
고.니
2018. 1. 30. 23:30
반응형
아파치 시작시 다음 오류가 발생하는 경우 처리 방법입니다.
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 |
반응형