Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label Virtual hosting. Show all posts
Showing posts with label Virtual hosting. Show all posts

Sunday, 29 December 2013

Linux Virtual Hosting



Hello friend, To day i am going to tell you how to configure virtual host in Apache server,

Virtual hosting is a method for hosting multiple domain names on a single server. This allows one server to share its resources, to know more about Virtual hosting check Wikipedia.

We already configure web server in earlier post so i am not going to brief again

Before doing it, it's necessary to add new domain name in your DNS first.





Now create Document directory at /var/www/virtual this location and add your server enter in hosts file

 


Now your virtual hosting is working :)




Saturday, 28 December 2013

How to configure Apache web server



Hello Friend's, Today i am going to tell you, How to install and configure your web server in Linux with Apache, Apache is a open source web server, To know more about wikipedia..

Fist we have to install Apache server and then configure the httpd.conf file which is located in /etc/httpd/conf/httpd.conf, This file contend all the information about your web server :)



Now create any test page in /var/www/html location which is default location of your web server documents..