Apache virtual host problem
Hi all, im having problems getting a virtual host going, here is the part of my httpd.conf:
Code:
NameVirtualHost www.url.com:80
#
<VirtualHost www.url.com:80>
ServerAdmin webmaster@url.com
DocumentRoot /var/www/url.com
ServerName www.url.com
ErrorLog /var/log/apache/url.com-error_log
CustomLog /var/log/apache/url.com-access_log common
</VirtualHost>
The place i bought my url from is currently just forwarding to my IP address, i havent set up any dns type stuff, i was hoping it would be ok, but when i type my url into a browser it gives me the default "Hey it worked!" default page. I dont know what im doing wrong :(
Im using apache 1.3.34
Any help greatly appreciated.