How to create virtual host in ubuntu apache?
In this post we will give you information about How to create virtual host in ubuntu apache?. Hear we will give you detail about How to create virtual host in ubuntu apache?And how to use it also give you demo for it if it is necessary.
we always like to create virtual host and run our project that way we can debug properly and run as like our website. But if you are working on ubuntu then we have always follow several step to create virtual host and that very long process.
So, i found one package that provide virtualhost command that way we can create new virtual host and also delete virtual host command. so just follow bellow step:
Create virtualhost command
$ 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
Use virtualhost command
sudo virtualhost create myexample.dev my_dir_path
you have to always fire above command to create new virtualhost, that’s it and it’s pretty simple…
try this and get more information from here : virtualhost.
Hope this code and post will helped you for implement How to create virtual host in ubuntu apache?. 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