I have setup a LAMP environment on my droplet. My site is accessible through the IP address as well as the domain name. Is this an indication that I set up Apache incorrectly? I want my site accessible through the domain name only.
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!
You can enable NameVirtualHost and divert all the traffic by hosts. <br>That way you can add multiple domain names to one Apache server. <br> <br>Example configuration: <br> <br>NameVirtualHost *:80 <br><VirtualHost *:80> <br> ServerName domain.com <br> DocumentRoot /var/www/mywebsite <br></VirtualHost> <br> <br>What’s the desired configuration? <br>How would you like it to act? <br>
<b>“Is this an indication that I set up Apache incorrectly?”</b> <br> <br>No. <br> <br><b>" I want my site accessible through the domain name only."</b> <br> <br>Check out <a href=“https://www.digitalocean.com/community/articles/how-to-set-up-apache-virtual-hosts-on-ubuntu-12-04-lts”>How To Set Up Apache Virtual Hosts on Ubuntu 12.04 LTS</a>.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.