공부하자/Apache
host 변경하기
YoBot
2018. 12. 6. 10:45
host 변경하기
$sudo vi /etc/hosts
호스트는 네임서버에 접근할 수 없는 상황,
도메인으로 접근이 필요한 경우 또는 네임서버에 등록되지 않은 도메인을 사용할 때 사용된다.
사용예제
127.0.0.1 localhsot
127.0.0.1 [서버 이름]
등등
자신이 원하는 호스트를 추가하면 된다.
$sudo /etc/init.d/networking restart
정상 출력값
[ ok ] Restarting networking (via systemctl): networking.service.