This will allow one to set up apache so that you can access a web site stored locally on a windows box in a more convienient manner: http://sitename rather than http://127.0.0.1/sitename/. It's useful to test things and looks neat!
In the httpd.conf file add a line to the bottom such as:
Include "C:/Program Files/Apache Group/Apache/conf/vhosts.conf"