반응형
에러로그
AH00558 : httpd: Could not reliably determine the server's fully qualified domain name, using fe80::69f6:8b58:dbdb:ffe4 Set the 'ServerName' directivne globally to suppress this message
아파치를 재시작하면서 발생한 오류로,
설정된 ServerName 으로 IP 설정을 찾다보니 찾을 수 없다는 내용으로 ServerName 설정을 해주면 된다.
Apache/conf 경로의 httpd.conf 파일을 열어 'ServerName' 을 찾아 ServerName localhost:80 으로 변경해준다.
728x90
반응형
'Front > WebServer' 카테고리의 다른 글
[WebTobe] TmaxSoft 웹투비 컴파일 및 시작/종료 명령어 (0) | 2021.05.28 |
---|---|
[Apache] SpringBoot 내장톰캣 도메인 연결 Apache Proxy 설정 (0) | 2021.03.15 |
[Apache] 윈도우10 아파치 AJP 설정 및 톰캣 연동하기 (0) | 2021.03.11 |
VCRUNTIME140.dll 오류 원인 및 해결방법 (2) | 2021.03.10 |
[Apache] Windows 10 64bit 환경 Apache2.4 설치 및 설정 (10) | 2021.03.10 |
댓글