Listing B: Code to Configure Name-Based Virtual Hosting by Using a Wildcard
NameVirtualHost *
ServerName www.example.com
DocumentRoot D:/WebRoot/www_example_com/www
ServerAdmin webmaster@www.example.com
ServerName finance.example.com
DocumentRoot D:/WebRoot/finance_example_com/www
ServerAdmin webmaster@finance.example.com