How to create quick apache virtual host in Ubuntu?

How to create quick apache virtual host in Ubuntu?

In this post we will give you information about How to create quick apache virtual host in Ubuntu?. Hear we will give you detail about How to create quick apache virtual host in Ubuntu?And how to use it also give you demo for it if it is necessary.

We always require to create virtualhost on each project because we don’t want to run each project manually, so it is better way to create virtual host address for each project when you development like as bellow:

http://blog.dev

It will best way to run our project on local system. But if you want to create virtual host on ubuntu, you have to follow several step like site enabled, site enabled config, site directory permission, hosts entry and etc. You have to follow several step on each virtual host create time. I think it take a time to create on every time and also it anything you forgot they it return error like “apache virtual host permission denied”, “apache virtual host 403 forbidden”, “apache 403 client denied by server configuration” and etc.

However, In this tutorial i am going to give you very quick way to create virtual host on your ubuntu os. You have to just install “Virtualhost Manage Script” at one time in your system. That script provide us “vistualhost” command and we can quick create and delete virtualhost. So just install this script by following 5 commands in your terminal:

Install Script:

$ cd /usr/local/bin

$ wget -O virtualhost https://raw.githubusercontent.com/RoverWire/virtualhost/master/virtualhost.sh

$ chmod +x virtualhost

$ wget -O virtualhost-nginx https://raw.githubusercontent.com/RoverWire/virtualhost/master/virtualhost-nginx.sh

$ chmod +x virtualhost-nginx

Maybe you require to use sudo for admin permission issue.

Ok, now we are ready to create quick virtual host in our ubuntu system. So you have to follow bellow syntax to create virtual host:

Virtual Host Create Syntax:

sudo virtualhost create domain_name directory_path

Virtual Host Create Example:

Also see:Laravel – Image Upload and Resize Example using Intervention Image Package

sudo virtualhost create blog.dev /var/www/blog/public

You can also see how it works on bellow screenshot:

This way you can simply create virtual host on your system, you can also use with PHP5 and PHP7, you can get more information about this script from here : Virtualhost Manage Script.

I hope it can help you…

Hope this code and post will helped you for implement How to create quick apache virtual host in Ubuntu?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

Leave a Comment

Your email address will not be published. Required fields are marked *

78  +    =  80

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US