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!
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
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.