[plug] Virtual Servers and DNS entries
Matt Kemner
zombie at penguincare.com.au
Wed Sep 10 12:04:17 WST 2003
On Wed, 10 Sep 2003, quoth Richard Mortimer:
> The secret to (named) Virtual Servers that I have found is that you need to
> bind them to a specific address (local IP), and a specific port (80, by
> default). Asking them to listen to any incoming traffic on port 80 won't
> suffice.
Works for me:
NameVirtualHost *
<VirtualHost *>
ServerName virtual1.blah.blah
DocumentRoot /blah1
...
</VirtualHost>
<VirtualHost *>
ServerName virtual2.blah.blah
DocumentRoot /blah2
...
</VirtualHost>
Regards,
- Matt
More information about the plug
mailing list