Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is virtual host

Status
Not open for further replies.

csniffer

Programmer
Apr 30, 2003
161
GB
can someone explain what virtual hosts are please, thx

To err is human, to completely mess up takes a computer.
 
Virtual hosting is where a single server hosts virtually many websites.

This can be done by using many IP addresses on the one server "IP based virtual hosting" (where each site has its own IP to domain name mapings)

Or:

"Name_based virtual hosting" where the webserver looks at the header in the request coming from the client and looks up the name (e.g. in its virtual hosts listing.

Take a look at for a true concise answer.

Laurie.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top