Question
Ubuntu 16.04 Apache2 multiple websites
I’ve follow everything to the letter for the tutorial
sudo a2ensite olmacdoanldsfarm.com /var/www/html already enabled
sudo a2ensite peapatchrvpark.com /var/www/peapatch/ already enabled
sudo a2ensite redpoppyrentalhall.com /var/www/redpoppy/ already enabled
sudo dissite default already disabled
etc/hosts
127.0.0.1 olmacds localhost
192.168.1.29 olmacdonaldsfarm.com
192.168.1.29 peapatchrvpark.com
192.168.1.29 redpoppyrentalhall.com
192.168.1.29 is the address of my server on my private network
65.245.187.152 is the address of my public ip
it serves olmacdonaldsfarm.com just fine
not the other two
ive tried everything I have given up
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.
×
Can you please link to the tutorial you followed?
And why did you edit
/etc/hosts
- that shouldn’t be changed normally…?