I have used the examples in apache docs and from various web sites on the
web (Google search) to set virtual hosts to no avail.
Presently I have:
#
#Use name-based virtual hosting.
#
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot C:/www/Apache2/htdocs/dreammaster
ServerName
www.dreammaster.info
ServerAlias dreammaster.info dreammaster
ErrorLog logs/dreammaster.log
</VirtualHost>
<VirtualHost *:80>
DocumentRoot C:/www/Apache2/htdocs/owlnet
ServerName
www.owlnet.net
ServerAlias owlnet.net owlnet
ErrorLog logs/owlnet.log
</VirtualHost>
The path to htdocs is set correctly. I can connect using 127.0.0.1 to get to
the apache test/start page ok.
The document roots are set correctly in the above.
The path to htdocs is: C:\www\Apache2\htdocs
Can someone tell me ehat I have done wrong here as I can not access either
site.
Thanks