• 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 » Virtual Host : Multiple Websites, Ubuntu 13.10 and Rackspace Cloud Server

By Abhishek Ghosh March 30, 2014 3:15 am Updated on March 30, 2014

Virtual Host : Multiple Websites, Ubuntu 13.10 and Rackspace Cloud Server

Advertisement

The Title Virtual Host, Multiple Websites, Ubuntu 13.10 and Rackspace Cloud Server is not good but actually it explain the things we want to say. It is very common situation that, one has 2-3 serious busy websites; may be blogs or forums and other 17-18 domains which are rarely updated. The rest 17-18 do not deserve 17-18 1 GB server for each of them. To host multiple servers on Single Apache Webserver, we use Virtual Host, which is not really very difficult if you get used with.

 

Virtual Host, Ubuntu 13.10 and Rackspace Cloud Server : Previous Guides are the Building Blocks

 

By now, we know How To Install WordPress on Ubuntu 13.10 on Rackspace Cloud Server and create image to spin up a new server with the existing setup with all the required softwares. We also know about Ubuntu 13.10, Apache 2.4.x and Apache virtual host has difference with Previous Ubuntu versions and Apache Versions. So, we know everything but just we need to arrange our knowledge a bit, so that we can actually server the websites properly.

 

Virtual Host, Ubuntu 13.10 and Rackspace Cloud Server : Multiple Server Opens Up Possibilities

 

17-18 websites on a 1 GB server, will be too difficult to manage. May be you can split them up. The Planning is important. If you use 2-3 Servers, you actually can use MySQL of another server – like as if in a daisy chain. It will, make WordPress scalable to some extent. This is a point which you can think about. But, in that case, Ports should be properly managed with a Firewall. Also, you can do, what previously known as WordPress MU setup. Since WordPress 3.0, we have the ability to create a network of sites by using the multisite feature. This is the official guide for such setup :

Advertisement

---

Vim
1
http://codex.wordpress.org/Create_A_Network

Basically, with our installed webmin software, it is easy to server multiple domains, tutorials are linked at the beginning of this article and here is how to use webmin is explained by Rackspace :

Vim
1
http://www.rackspace.com/knowledge_center/article/ubuntu-intrepid-webmin-adding-an-apache-virtual-host

However, I personally dislike using webmin to create virtual host. Because; it is very easy from command line to create virtual host for new domains and can give granular control of understanding what we are doing. The first step to create a virtual host is to create the directories where we will keep the new websites’ information :

Vim
1
sudo mkdir -p /var/www/example.com/public_html

Virtual Host - Multiple Websites, Ubuntu 13.10 and Rackspace Cloud Server

Note that, we are creating a public_html folder here, www is not barely exposing files to public. We just need to copy :

Vim
1
sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/example.com.conf

But, example.com.conf is not rightly telling the domain name and other details, we should edit it :

Vim
1
sudo nano example.com.conf

All permission related works, everything remaining the same like we did for our one server setup, except, we need to :

Vim
1
sudo a2ensite example.com

and restart Apache. There is, basically no big extra technological or coding knowhow except these few commands. It is not our work to understand, how example.com and example.org, being on the same server is rightly getting the folder. That is work of DNS, we need not to know so much; our only work is to properly set the path.

Virtual Host can create initial trouble, search in StackExchange, SuperUser like websites to solve any issue.

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 Virtual Host : Multiple Websites, Ubuntu 13.10 and Rackspace Cloud Server

  • 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.

  • How To Install Webmin System Administration Panel on Rackspace Cloud

    Here is Step by Step Guide on How To Install Webmin System Administration Panel on Rackspace Cloud Next Generation Performance Server.

  • 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.

  • Configure Apache With Fail2Ban on Ubuntu 18.04

    Here is How To Configure Apache With Fail2Ban on Ubuntu 18.04 to block more types of malicious attempts towards server to create a practical firewall.

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

  • Market Segmentation in BriefSeptember 20, 2023
  • What is Booting?September 18, 2023
  • What is ncurses?September 16, 2023
  • What is JTAG in Electronics?September 15, 2023
  • iPhone 15 Pro Max Vs Samsung Galaxy S22/S23 UltraSeptember 14, 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