I followed example 1 exactly in the examples doc for virtual host. I
stopped and restarted the server. When I go to my url which is ip
pointed to my box, I get a 404 error (doc not found) I have both an
index.htm and index.html.....so what gives?
ServerName
www.techmation.biz
DocumentRoot "C:/Fireserv/www"
NameVirtualHost *
<VirtualHost *>
ServerAdmin webmaster RemoveThis @dummy-host.example.com
DocumentRoot /www/techmation
ServerName
www.techmation.biz
ErrorLog logs/techmation.biz-error_log
CustomLog logs/techmation.biz-access_log common
</VirtualHost>