Could not reliably determine the server's fully qualified domain name

· 2015-10-21 (수) 23:26:18 · 517

Could not reliably determine the server's fully qualified domain name

 

아파치를 start 했는데 위 와 같은 오류가 나온다면

ServerName localhost 나 ServerName 서버아이피

를 입력하면 된다.

 

 

예)

 

 

 

ServerName 115.71.233.233

 

<VirtualHost *:80>

    ServerAdmin [email protected]

    DocumentRoot /home/comp/public_html

    ServerName ccomp79.vps.phps.kr

    ErrorLog /var/log/httpd/error_log

    CustomLog /var/log/httpd/access_log common

</VirtualHost>

<VirtualHost *:80>

    ServerAdmin [email protected]

    DocumentRoot /home/comp/public_html

    ServerName ccomp.kr

    ErrorLog /var/log/httpd/error_log

    CustomLog /var/log/httpd/access_log common

</VirtualHost> 

|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
15-11-04 조회 654
15-11-04 조회 695
15-11-04 조회 525
15-11-03 조회 571
15-11-03 조회 981
15-11-02 조회 769
15-11-02 조회 486
15-11-02 조회 537
15-11-02 조회 534
15-11-02 조회 464
15-10-31 조회 456
15-10-30 조회 833
15-10-30 조회 493
15-10-29 조회 506
15-10-28 조회 1,124
15-10-27 조회 671
15-10-23 조회 585
15-10-23 조회 601
15-10-22 조회 790
15-10-22 조회 737
15-10-22 조회 1,146
15-10-21 조회 518
15-10-19 조회 1,491
15-10-17 조회 745
15-10-17 조회 576