Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Web Server » How to create Virtual Hosts in a WAMPserver

How to create Virtual Hosts in a WAMPserver

Posted on 26/04/202326/04/2023 Christian By Christian No Comments on How to create Virtual Hosts in a WAMPserver
WAMPServer Virtual Host

A virtual host is a method for hosting multiple domain names whereby a single device serves or runs multiple websites through a single instance of Apache HTTP Server (“httpd”). This allows one server to share its resources, such as memory and processor cycles, without requiring all services provided to use the same hostname. Please see How to uninstall WAMPServer from Windows, How to update WampServer to Latest Version, How to Create a Restore Point in Windows 11, How to Create a Restore Point in Windows 10 and Windows 11, and How to Install and Configure WordPress on Your Windows Computer Using WAMP SERVER. In this guide, I will be showing you how to create Virtual Hosts in a WAMPserver.

Types of Virtual Host Configurations

There are two types of Apache virtual host configurations: IP-Based Virtual Host and Name-based Virtual Host. In most cases, a name-based virtual host is recommended. Please see how to Install and configure TeamPass Password Manager.

IP-Based Virtual Host

In this configuration, we use different IPs for each domain. By this I mean, you are pointing two different websites (with different IP-address) to the server that runs Apache. That physical server should have two different IP-address configured.

This means that the server should have two ethernet cards. Each one is configured to the IP address of the corresponding website that the Apache virtual host will serve. So, this is not feasible for most aspects. An example, the server contains two NIC cards. One is configured with an IP Addres_1 pointing to a DNS entry_1, and another IP Address_2 pointing to another DNS entry_2.

Name-Based Virtual Host

Name-based virtual hosts are the most commonly and frequently used virtual hosting technique that is used today. In this configuration, The name-based Virtual host will use a single IP address for all the domains on the given server. When the browser is trying to connect to the server. It will send a message to the server informing about the domain name to which it is trying to connect.

When the Apache web server receives a request, it looks for the hostname in the  HTTP header, and depending on the hostname, it servers different websites. In the following example, the server contains only one NIC card configured with an IP address pointing to the DNS entry. I will be using this method. If you do not create a virtual host when Installing and configuring TeamPass Password Manager, you will get the following error “TeamPass stuck on working on it“.

This is quiet easy as you only need a single IP-address on a physical server. But then have to update DNS with multiple entries (website names) pointing to the same IP-address. 

Port-Based

The Port-based is similar to IP-based virtual hosting. The difference between them is, instead of using a different IP address for each of the virtual hosts, we use different ports in which the servers are configured to respond to multiple websites that are dependent on the port of the server.  Port-based virtual hosting is also possible in principle but is rarely used in practice because it is unfriendly to users.

Here are some interesting pieces: How to Disable Camera Access in Windows 10, Workaround for a zero-day vulnerability on Microsoft Exchange Server, How to save and stop modification to Microsoft Management Console, and how to scale up and scale out on Azure.

Create Virtual Hosts in a WAMPserver

Therefore, we will be using name-based virtual for configuring Apache Virtual Host as you can run several websites on the same server. In this article, I will not be using the  httpd-vhosts.conf but directly from the page below (Wamp server Home page). It is simpler 🙂 To access the Wamp homepage, click on the Wmapserver icon and select localhost. You can as well open a web browser and type localhost directly.

If you do not create an Apache Virtual Host for Teampass, the installation will fail, and will be stuck working on it. Please see this article on how to fix TeamPass stuck on working on it.
image-45

As you can see below, the Wampserver home page is launched.

create-virtual-directory

Click on Add a Virtual Host as shown below.

Add-a-virtualhost

Copy the address as text from File Explorer for the absolute path of the virtual-host folder. This will be needed in the next window below.

copy-Teampass-absolute-path

Fill out both of the inputs outlined in red. Enter the name of your site, and the path to the directory as shown above.

You can optionally clear the DNS cache. To do this, Open the command line and enter ipconfig /flushdns
start-virtual-host-creation

Right-click on Wamp Server and select the tool in order to restart the DNS.

Restart-DNS

As you can see, the Virtualhost has been created.

Virtualhost-created

Note: HTTP is the communication protocol that allows a browser to communicate with a Web server. HTTPS adds a layer of security in communication, enabling data encryption using TLS/SSL. To configure a Virtual Host HTTPS, you must first configure a digital certificate. Please see this article on how to enable SSL on Wampserver.

I hope you found this blog post helpful on how to Create Virtual Hosts in a WAMPserver”. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Web Server, Windows, Windows Server Tags:Virtual Host, Windows 10, Windows 11

Post navigation

Previous Post: Set Up and Use ChatGPT in Linux Terminal
Next Post: How to fix TeamPass stuck on working on it

Related Posts

  • Feature image .msixbundle
     How to Bundle MSIX Packages Windows
  • Feature image msert tool
    How to remove malware using Microsoft Safety Scanner on Windows 10 and 11 Security | Vulnerability Scans and Assessment
  • Slide2 1
    Create and Delete AD DS Partition with NTDSUTIL.EXE Windows Server
  • control panel
    Enable or Disable Control Panel and Windows Settings App Windows
  • 10.0.17763.1 error
    Fix Windows 10 Setup 1809 build 10.0.17763.1 is not supported Error Windows Server
  • change keyboard layout windows 10 thumb800
    How to use the On-Screen Keyboard Windows

More Related Articles

Feature image .msixbundle  How to Bundle MSIX Packages Windows
Feature image msert tool How to remove malware using Microsoft Safety Scanner on Windows 10 and 11 Security | Vulnerability Scans and Assessment
Slide2 1 Create and Delete AD DS Partition with NTDSUTIL.EXE Windows Server
control panel Enable or Disable Control Panel and Windows Settings App Windows
10.0.17763.1 error Fix Windows 10 Setup 1809 build 10.0.17763.1 is not supported Error Windows Server
change keyboard layout windows 10 thumb800 How to use the On-Screen Keyboard Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • delete Apps from Launchpad on Mac
    How to delete Apps from Launchpad on Mac Mac
  • Certificate does not contain the private key
    Server Certificate could not be updated: Private key does not match Windows Server
  • How to fix BitLocker always prompting for Recovery Key
    How to fix BitLocker always prompting for Recovery Key Windows
  • Windows Admin Center V2511
    How to upgrade Windows Admin Center from v2411 to v2511 Windows Server
  • SysInternals Tools set
    Download and use Windows Sysinternals Tools locally Windows
  • windows 10 desktop 1
    Active Directory Forest – Trees and Domain and Sites Windows Server
  • picture1 100
    Fix Application blocked unable to run and apply settings Anti-Virus Solution
  • sonarlite
    How to Setup SonarLint in VS Code for Your App Project Configuration Management Tool

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,824 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.