Hello i'm trying to create VitrualHost in my httpd.conf file in apache folder on WAMP server what i got now is this..... What should i change in this do you guys think at this is going to work ? Sorry about bad language i'm from iceland

In hope for help.
#NameVirtualHost *:80
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *:80>
# DocumentRoot "C:\wamp\www\"
# ServerName localhost
# ErrorLog C:\wamp\logs\localhost.net-error_log"
#</VirtualHost>
#<VirtualHost maggari.co.nr:80>
# DocumentRoot "C:\wamp\www\maggari.co.nr"
# ServerName maggari.co.nr
# ServerAlias maggari.co.nr www.maggari.co.nr
# ErrorLog "C:\wamp\logs\maggari.net-error_log"
#</VirtualHost>
Post Edited (02-11-07 03:02)
WAMP server user