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

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

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> 

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

개발자팁

5,403건

개발과 관련된 유용한 정보를 공유하세요. 질문은 QA에서 해주시기 바랍니다.

+
분류 제목 글쓴이 날짜 조회
PHP 15-11-05 조회 4,112
PHP 15-11-05 조회 3,015
PHP 15-11-04 조회 2,531
PHP 15-11-04 조회 2,694
PHP 15-11-04 조회 3,107
JavaScript 15-11-04 조회 5,309
PHP 15-11-04 조회 4,060
PHP 15-11-04 조회 3,185
PHP 15-11-03 조회 3,409
MySQL 15-11-03 조회 4,613
MySQL 15-11-02 조회 2,461
PHP 15-11-02 조회 2,914
PHP 15-11-02 조회 2,738
PHP 15-11-02 조회 2,920
PHP 15-10-31 조회 2,807
MySQL 15-10-30 조회 4,207
MySQL 15-10-30 조회 2,932
MySQL 15-10-29 조회 3,168
PHP 15-10-27 조회 2,591
PHP 15-10-23 조회 3,023
PHP 15-10-23 조회 4,020
웹서버 15-10-21 조회 3,102
PHP 15-10-19 조회 7,413
OS 15-10-17 조회 4,064
OS 15-10-17 조회 3,223
웹서버 15-10-17 조회 4,222
PHP 15-10-15 조회 7,667
jQuery 15-10-06 조회 4,383
기타 15-10-05 조회 2,880
기타 15-10-05 조회 3,144