[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: virtualhosts don't work as documented

State-Changed-From-To: open-closed
State-Changed-By: [EMAIL PROTECTED]
State-Changed-When: Wed Feb 11 04:16:40 PST 1998
State-Changed-Why:

The vhosts docs note several times that the
first name-based vhosts has the highest priority
and is always used if there is no other vhosts
(which is the case in your configuration)
If you use the ip address of your main server for
name-based vhosts the main server won't be used
to serve any pages.

You can either create a "_default_" vhost as your
"main server" (see the example-page for details)
which is the recommended method or you can add
the following 'dummy' vhost as the first
vhost section in your configuration:

 <VirtualHost ip.of.your.mainserver>
 ServerName your.main.servers.hostname
 </VirtualHost>



Reply via email to