@gig Thanks for the note, here are the files I have in /etc/apache2/sites-available/
/etc/apache2/sites-available/tomlany.net (the one that isn't working)
<VirtualHost *:80>
ServerAdmin
myemailaddressishere@tomlany.net
ServerName tomlany.net
ServerAlias
www.tomlany.net
DocumentRoot /srv/www/tomlany.net/public_html/
ErrorLog /srv/www/tomlany.net/logs/error.log
CustomLog /srv/www/tomlany.net/logs/access.log combined
</VirtualHost>
/etc/apache2/sites-available/stopbulkmail.com (the one that is working)
<VirtualHost *:80>
ServerAdmin
myemailaddressishere@tomlany.net
ServerName stopbulkmail.com
ServerAlias
www.stopbulkmail.com
DocumentRoot /srv/www/stopbulkmail.com/public_html/
ErrorLog /srv/www/stopbulkmail.com/logs/error.log
CustomLog /srv/www/stopbulkmail.com/logs/access.log combined
</VirtualHost>