• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Apache Virtual Host : Details and Guide to to Set Up Virtual Host

By Abhishek Ghosh March 19, 2012 10:56 pm Updated on March 19, 2012

Apache Virtual Host : Details and Guide to to Set Up Virtual Host

Advertisement

Apache Virtual Host is quite easy to set up. Here is an article on Apache Virtual Host with theoretical details and practical guide to set up. The useful resources related to this topic is an article on Apache HTTP Server, IP-Based and Name-Based Virtual Hosting and Virtual Private Server. In nutshell, from a network perspective, there are two basic types of virtual hosting to virtualization of Internet-based services. The difference lies in the method applied by the server when a request to determine which of the services provided by it has been asked for.

 

Basics of  Apache Virtual Host

 

For running name-based web sites on a single IP address, keep in mind that one server has a single IP address. CNAMES are multiple aliases. These CNAMES point to this specific server in DNS. So our prime target to use Apache Virtual Host to host for example two domain names on a single server. Without the setup of Apache Virtual Host, it is not possible to point to the right folder of a same server.

 

Apache Virtual Host

 

Setting up of Apache Virtual Host

 

Apache Virtual Host configuration for running several name-based websites with single IP :
Hash is comment (not counted as directive), the names in DNS must be resolving to your IP address, otherwise the websites will not be publicly viewable.

Advertisement

---

 

# This ensure that Apache Virtual Host listens on port 80

Listen 80

# This is how Apache Virtual Host requests on all IP addresses
NameVirtualHost *:80

<VirtualHost *:80>
DocumentRoot /www/example
ServerName www.example.com

# We are adding another website using Apache Virtual Host
</VirtualHost>

<VirtualHost *:80>
DocumentRoot /www/example1
ServerName www.example1.com

# You can add other directives after this line
</VirtualHost>

 

Configuration with both name-based and IP-based  Apache Virtual Host directive :

 

Listen 80

NameVirtualHost 176.70.60.50

<VirtualHost 176.70.60.50 >
DocumentRoot /www/example
ServerName www.example.com
</VirtualHost>

<VirtualHost  176.70.60.50 >
DocumentRoot /www/example1
ServerName www.example1.com
</VirtualHost>

 

Signature

This Article Has Been Shared 408 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Apache Virtual Host : Details and Guide to to Set Up Virtual Host

  • Run Linux on Windows PC Without Virtualization Support

    Run Linux on Windows PC Without Virtualization using a special version of Linux from your any USB drive. You can connect to Internet or use any SSH commands.

  • Desktop Virtualization with VMware

    Desktop Virtualization with VMware focuses on the details of the technical functioning, economic benefits for businesses and advantages of the software.

  • Historical Origin of the Cloud Computing

    Historical Origin of the Cloud Computing dates back to 60′ when John McCarthy, imagined a future in which the processing will be distributed like electricity.

  • Fundamentals of Cloud Computing

    Fundamentals of Cloud Computing represents the History, Characteristics, Cloud Computing Models and Implementation of Cloud Computing in separate paragraphs.

  • How to Organize Cloud Infrastructure : Lesson 2

    Every company nowadays, has essentially two basic needs that can be met through IT and the Internet – the accessibility by and speeding up the works.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Big Data in Sports May 20, 2022
  • FaaS Versus PaaS Deployment: What You Should Know May 18, 2022
  • What Is A Digital Media Consultancy? May 17, 2022
  • How Artificial Intelligence (AI) Is Changing The Way We Play Bingo May 16, 2022
  • Why You Need A Big Data Consultant May 15, 2022

About This Article

Cite this article as: Abhishek Ghosh, "Apache Virtual Host : Details and Guide to to Set Up Virtual Host," in The Customize Windows, March 19, 2012, May 21, 2022, https://thecustomizewindows.com/2012/03/apache-virtual-host-details-and-guide-to-to-set-up-virtual-host/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy