Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- JavaScript
- 주식
- css
- linux
- Oracle
- IPO
- 맥
- 공모주
- 제이쿼리
- 주식 청약
- 7월 공모주 청약 일정
- SQL
- jquery
- 공모주 청약
- MYSQL
- 오라클
- html
- Stock ipo
- 자바
- codeigniter
- 리눅스
- php
- java
- 주식 청약 일정
- 6월 공모주 청약 일정
- 코드이그나이터
- Stock
- Eclipse
- 자바스크립트
- 공모주 청약 일정
Archives
- Today
- Total
개발자의 끄적끄적
[apache] httpd: Could not reliably determine the server's fully qualified domain name error 해결 방법 본문
개발/was & server
[apache] httpd: Could not reliably determine the server's fully qualified domain name error 해결 방법
효벨 2023. 7. 16. 01:00728x90
반응형
[apache] httpd: Could not reliably determine the server's fully qualified domain name error 해결 방법
apache 를 시작 혹은 재시작 하다보면
아래와 같은 에러 메세지가 나오는 경우가 있습니다!
httpd: Could not reliably determine the server's fully qualified domain name
그럴때는
httpd.conf 파일을 열어서
아래와 같이 ServerName 라고 되어있는 부분의 주석을 풀어주시면 됩니다.
ServerName localhost
그게 아니면 에러메세지와 함께 ServerName 을 어떤걸 입력하라고 나오는 경우가 있는데
주석을 해제하고 해당 ServerName을 입력하시면 됩니다!
변경하시고 나면 꼭!!!
apache 를 재시작하셔야 합니다!
참고들 하세요!
반응형
'개발 > was & server' 카테고리의 다른 글
[apache/php] 504 gateway timeout 해결 방법 (0) | 2023.10.10 |
---|---|
[apache] 아파치 디렉토리 리스팅 방지 방법 (0) | 2023.07.21 |
[server/인증서] Let's Encrypt Problem binding to port 80: Could not bind to IPv4 or IPv6 / Let`s Encrypt 인증서 자동갱신 오류 해결 방법 (0) | 2023.07.13 |
[aws] aws s3 TLS1.2 설정 방법 [링크] (0) | 2023.06.17 |
[apache] 아파치 configuration error: couldn't perform authentication. AuthType not set! 해결방법 (0) | 2023.05.21 |
Comments