I succeed create multiple domain in droplet from this tutrials : https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04
When i access my ip droplet from browser, it access one of domain i created, but not what i want, But how to manage to load domain i want, when i access my ip from my browser?
Sorry for my bad English, i hope u understand, I have no experience in server, use a lot tutorials from this community,
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
you can :
When you visit the IP, Apache shows you the domain that’s in the first virtual host in httpd.conf. So if you want to view a particular domain via IP, move its virtual host up top so it’s first in the list.