Doom9
16th February 2002, 23:55
have to do this again. This time the problem is creating a vhost on a w2k box running apache. This is what I want to put in:
<VirtualHost *>
ServerName doom9.org
ServerAlias doom9.org *.doom9.org
DocumentRoot c:/ftp/doom9
</VirtualHost>
if these lines are inserted into httpd.conf and the server is being restarted it will simply not work, the primary site is also not reachable anymore. Until now the server serverd one site via it's ip.
<VirtualHost *>
ServerName doom9.org
ServerAlias doom9.org *.doom9.org
DocumentRoot c:/ftp/doom9
</VirtualHost>
if these lines are inserted into httpd.conf and the server is being restarted it will simply not work, the primary site is also not reachable anymore. Until now the server serverd one site via it's ip.