Set Up Apache Virtual Host on Ubuntu 14.04 LTS
We have to install apache2 for own server # sudo apt-get update # sudo apt-get install apache2 Create new folder for site # sudo mkdir -p /var/www/example.com/public_html If you would like change permission you do that […]