I've added a new virtual host configuration to my stuff, I copied a configuration file for a live site that works, modified the 7 lines that it is and then a2ensite it, added it to /etc/hosts and it's not functioning. Google chrome is saying that it simply couldn't find the domain name, I'm wondering if it's even connected to my server. But I also duplicated the *, @, and www records to point to my server.
<VirtualHost 64.253.105.250:80>
-- REMOVED --
DocumentRoot /home/benkuhl/public_html/
ErrorLog /home/benkuhl/log/error_log
TransferLog /home/benkuhl/log/access_log
</VirtualHost>
Is there some place I'm missing to modify a file or something... I'm using enom as my domain host. I feel like I'm missing something on apache...