About 8,260 results
Open links in new tab
  1. VirtualHost Examples - Apache HTTP Server Version 2.4

    Creating virtual host configurations on your Apache server does not magically cause DNS entries to be created for those host names. You must have the names in DNS, resolving to your IP address, or …

  2. Virtual hosting - Wikipedia

    There are two main types of virtual hosting, name-based and IP-based. Name-based virtual hosting uses the host name presented by the client. This saves IP addresses and the associated …

  3. Apache Virtual Host documentation - Apache HTTP Server Version 2.4

    Versions 1.1 and later of Apache support both IP-based and name-based virtual hosts (vhosts). The latter variant of virtual hosts is sometimes also called host-based or non-IP virtual hosts. Below is a …

  4. Home - vHost

    vHost is currently operating server and network systems at 5 datacenters in Vietnam and internationally. Including: VNPT HCM, Viettel HCM, FPT HCM, Viettel Hanoi and Singapore.

  5. What is a Virtual Host (vhost)? - The Tech Edvocate

    A virtual host, commonly known as vhost, is a technique used by servers to host multiple websites or domains on a single server. This allows server administrators to share resources and reduce …

  6. Apache Virtual Hosts: Explained with Examples - Sling Academy

    Jan 21, 2024 · Understanding Apache Virtual Hosts is crucial for anyone managing a web server. Virtual Hosts allow you to run multiple websites on a single server. Whether you are setting up a local …

  7. Apache2 Virtual Hosts Configuration on Linux

    In this article, we’ll go step-by-step through setting up virtual hosts on Apache2 with real examples, explanations, and command breakdowns. What is a Virtual Host?

  8. Configure vHost Apache in Ubuntu 24 Linux (Fast & Easy Setup)

    Jul 6, 2025 · Learn how to configure vHost Apache in Ubuntu Linux with this step-by-step guide. Set up multiple websites on a single server easily and optimize your setup.

  9. Name-based Virtual Host Support - Apache HTTP Server Version 2.4

    With name-based virtual hosting, the server relies on the client to report the hostname as part of the HTTP headers. Using this technique, many different hosts can share the same IP address.

  10. An In-Depth Discussion of Virtual Host Matching

    There are virtual servers, called vhosts, which are defined by <VirtualHost> sections. Each VirtualHost directive includes one or more addresses and optional ports.