For When You Can't Have The Real Thing
[ start | index | login ]
start > apache > Virtual Hosts

Virtual Hosts

Created by dave. Last edited by dave, 17 years and 189 days ago. Viewed 2,588 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Virtual Hosts

Just keep things simple and change it to

NameVirtualHost *

<VirtualHost *:80> … </VirtualHost> <VirtualHost *:80> … </VirtualHost>

Remember that the first VirtualHost will be the default one (ie it will supply answers for requests which are not specific to one of the defined VirtualHosts.)

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt