You might try with
Code:
<VirtualHost *:81>
ServerAdmin webmaster@dummy-host.example.com
ServerName dummy-host.example.com
ServerAlias *.dummy-host.example.com
DocumentRoot d:/web/www1/
RewriteEngine On
DocumentRoot /www/docs/test-site
</VirtualHost>
Though ServerName and RewriteEngine are not necessary, you may let them on, they won't hurt.
Hope this help.