1
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ってなに?

Last updated at Posted at 2019-06-05

Virtual Hostとは

バーチャルホスト(Virtual Host)とは1つのサーバで複数のドメインを運用する技術のことで、Webサーバ、メールサーバなどで利用される。バーチャルホストを利用すると1つのサーバコンピュータで複数のドメインを運用することができ、サーバコンピュータの数を減らし運用のコストを下げることができる。

引用元
https://ja.wikipedia.org/wiki/%E3%83%90%E3%83%BC%E3%83%81%E3%83%A3%E3%83%AB%E3%83%9B%E3%82%B9%E3%83%88

バーチャルホストは大きく分けて以下の2種類

IPベースバーチャルホスト

1サーバーに対して複数のIPアドレスを割り当てる。
サーバーはそれぞれのドメインに紐付くIPアドレスでアプリケーションをを判別する。

名前ベースバーチャルホスト

1サーバーに対して1IPアドレス。
IPアドレスではアプリケーションを判別できない。
アプリケーションプロトコル(HTTP,SMTP等)にアプリケーションを判別するための情報を付与する必要がある。

1
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
1
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?