VirtualHost Entry in httpd.conf

Hello everyone,
Code:
<VirtualHost 209.251.23.37>
ServerName localhost.localdomain
DocumentRoot /usr/local/apache/htdocs
</VirtualHost>

<VirtualHost 209.251.23.37>
ServerAlias www.gurueasy.com gurueasy.com
ServerAdmin webmaster@gurueasy.com
DocumentRoot /home/gurueasy/htdocs
User gurueasy
Group gurueasy
ServerName www.gurueasy.com
CustomLog domlogs/gurueasy.com combined
ScriptAlias /cgi-bin/ /home/gurueasy/htdocs/cgi-bin/
</VirtualHost>
does anyone see any errors? I've gone through it re-doing it three times still to no avail VirtualHost Entry in httpd.conf. The issue is the user gurueasy (gurueasy.com) is showing the apache root document and not it's physical virtual host root document "/home/gurueasy/htdocs".

Let me know if you see anything wrong with it thanks! VirtualHost Entry in httpd.conf

 

 

 

 

Top