• 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 » Fix Virtual Host Not Working on Cloud Server Running Ubuntu

By Abhishek Ghosh May 24, 2014 5:13 am Updated on May 24, 2014

Fix Virtual Host Not Working on Cloud Server Running Ubuntu

Advertisement

Fix Virtual Host Not Working on Cloud Server Running Ubuntu and Apache2 Web Server with only few easy steps. If you follow our guide to Install WordPress or any Web Software on Ubuntu on Rackspace Cloud or Digital Ocean and try to modify the default one server one domain settings – which is actually enabling virtual hosts; you might end up serving wrong directory content for particular named website. This basically happens due to a very small mistake.

 

Virtual Host Not Working on Cloud Server Running Ubuntu : Why You Did?

 

Practically all will perform the exact steps to enable name based virtual host. which is written in our guide to host Multiple Websites on Ubuntu 13.10 on Rackspace Cloud Server. We basically perform few steps :

Vim
1
2
3
4
5
6
7
8
# we copy the config file
sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/example.com.conf
# we edit the newly created site's config file to point to proper directory
sudo nano /etc/apache2/sites-available/example.com.conf
# we activate the config
sudo a2ensite example.com
# we restart apache
sudo service apache2 restart

At this point, pointing the domain from cloud dns or any dns service towards the server IP with A record should work. But, it is also important to disable the default site :

Advertisement

---

Vim
1
2
3
4
# this disables the default
sudo a2dissite 000-default
# restart apache
sudo service apache2 restart

Fix Virtual Host Not Working on Cloud Server Running Ubuntu

These are correct steps. However, if you want to add 3 or more websites, usually the problem starts.

 

Fix Virtual Host Not Working on Cloud Server Running Ubuntu

 

Actually adding one line on problem creating website’s config file will solve the problem :

Vim
1
2
3
4
# add
NameVirtualHost *
# before the block starts
<VirtualHost *:80>

This is kind of quick fix for Name Based Virtual Host on Debian system. Obviously you must check the basic points like the directory path, file permission, any .htaccess based rules (if old website is imported) etc.

Tagged With odbc is the server running on host
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 Fix Virtual Host Not Working on Cloud Server Running Ubuntu

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Apache2 IPv6 Virtual Host Configuration (Ubuntu Server)

    Most Important Part of Apache Web Server is Virtual Host. Here is Apache2 IPv6 Virtual Host Configuration For Ubuntu Server.

  • How To Install Apache2 on Ubuntu 18.04 With Let’s Encrypt, HTTP/2, HSTS

    Here is Detailed Guide on How To Install Apache2 on Ubuntu 18.04 With Let’s Encrypt, HTTP/2, HSTS With Commands and Configurations For Most Secured Setup.

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 (24.3K 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

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

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

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