0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

virtualhostを切ったサイトにローカルで確認する方法

Posted at

/etc/hostsにIPとサーバーネームを書く!!

何故か自分はこれをよく忘れているので、覚書。ローカルでvirtual hostを確認するためには、/etc/hostsに対して、IPとサーバーネームを書く必要がある。

sudo vi /etc/hosts

下記のように記述して、ローカルホスト側がIPアドレスを逆引きして、サーバー側にドメインを確認させてあげれば、ローカルからvirtual hostのサイトを確認することができる。

*2.5*3.**.*** サーバーネーム
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?