Report this

What is the reason for this report?

Ubuntu 16.04 Apache2 multiple websites

Posted on March 1, 2017

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



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!

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.

redpoppyrentalhall.com.conf

<VirtualHost *:80> ServerName www.redpoppyrentalhall.com ServerAlias redpoppyrentalhall.com ServerAdmin bwhited@olmacdonaldsfarm.com DocumentRoot /var/www/redpoppy <Directory /> Options Indexes FollowSymLinks MultiViews AllowOverride None </Directory> <Directory /var/www/redpoppy/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>

okay I found the issue you were talking about http://http:// that’s at godaddy.com forwarding, I fixed that now my server serves same index for all three sites

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.