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

· 10년 전 · 2855

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

 

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

ServerName localhost 나 ServerName 서버아이피

를 입력하면 된다.

 

 

예)

 

 

 

ServerName 115.71.233.233

 

<VirtualHost *:80>

    ServerAdmin cppcomeon@nate.com

    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 cppcomeon@nate.com

    DocumentRoot /home/comp/public_html

    ServerName ccomp.kr

    ErrorLog /var/log/httpd/error_log

    CustomLog /var/log/httpd/access_log common

</VirtualHost> 

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

개발자팁

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

+
분류 제목 글쓴이 날짜 조회
PHP 10년 전 조회 2,924
PHP 10년 전 조회 3,141
MySQL 10년 전 조회 4,349
MySQL 10년 전 조회 2,212
PHP 10년 전 조회 2,664
PHP 10년 전 조회 2,476
PHP 10년 전 조회 2,686
PHP 10년 전 조회 2,572
MySQL 10년 전 조회 3,953
MySQL 10년 전 조회 2,712
MySQL 10년 전 조회 2,920
PHP 10년 전 조회 2,374
PHP 10년 전 조회 2,787
PHP 10년 전 조회 3,769
웹서버 10년 전 조회 2,856
PHP 10년 전 조회 7,182
OS 10년 전 조회 3,834
OS 10년 전 조회 2,984
웹서버 10년 전 조회 3,961
PHP 10년 전 조회 7,424
jQuery 10년 전 조회 4,129
기타 10년 전 조회 2,628
기타 10년 전 조회 2,884
기타 10년 전 조회 2,718
기타 10년 전 조회 2,913
기타 10년 전 조회 3,195
기타 10년 전 조회 3,063
MySQL 10년 전 조회 5,903
MySQL 10년 전 조회 4,553
jQuery 10년 전 조회 3,344