Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
How to make ‘www’ going to example.com when I call ‘www.example.com’ in the browser?
You need to add a server alias directive like so: ServerName example.com ServerAlias www.example.com
Thank you for your help and feedback. We’ve updated the article to include info on Server Aliases.
Hi, Hope this helps Video http://youtu.be/QaZBly7_0zo http://wilson18.com/how-to/linux-net…-server-12-04/
This isn’t working at all for me. I had previously used Webmin to configure Apache2 and Bind9 before finding this tutorial for 12.04. The set up I used then was based on settings for Ubuntu 11.xx. Any chance that the prior settings could be overriding the new ones I used based on what you said they should be? And if so any idea on how to correct them. Everything you said to edit I did and looked exactly like what you said they should look like except for the editing of: nano /etc/hosts.
Mine looked like this:
#when the system is rebooting. Do not change this entry.
127.0.0.1 localhost 127.0.1.1 ubuntu
xx.xx.xx.xx www.broomeunderground.com
::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
Thanks.
You do not need to edit the /etc/hosts file unless you are on a Mac and want to test connecting to your webserver using the domain instead of the IP.
If you give us some more information on what errors you are receiving, if you are installing over an existing Apache2 or something else we can help you troubleshoot it.
You can also open up a support ticket and we’ll do our best to guide you in the right direction.
Not working for me either. snippet from my hosts file is given below: 127.1.1.256 www.example.com I get the following error: Server not found Firefox can’t find the server at 127.1.1.256.
You may need to clear the cache on your browser. Once you do that, the domain should resolve.
But My Question how to you go about give a user to upload to there virtual host file area?
You can create normal users and set their virtualhost directories to be in their home directories such as:
/home/user/domain.com/public_html