--- httpd.conf.orig 2005-02-12 23:24:52.000000000 +0000 +++ httpd.conf 2005-02-12 23:25:18.000000000 +0000 @@ -1070,7 +1070,7 @@ BrowserMatch "^gnome-vfs" redirect-caref # # Use name-based virtual hosting. # -NameVirtualHost *:80 +NameVirtualHost 127.0.0.1:80 # # VirtualHost example: @@ -1092,7 +1092,7 @@ NameVirtualHost *:80 # This means any requests that do not match any other vhosts will # goto this virtual host. # - + # # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but