Hello, The folllowing piece:
1 <Perl> 2 $VirtualHost{"0.0.0.0"} = { 3 DocumentRoot => "/home/foo/webservers/wiki.foo.net/htdocs", 4 ServerName => "wiki.foo.net", 5 }; 6 7 8 </Perl> Creates a virtual host that is equivalent to the following code: <VirtualHost *.*> ServerName wiki.foo.net DocumentRoot /home/foo/webservers/wiki.foo.net/htdocs </VirtualHost> How do I, however, add a second virtualhost. Adding another $VirtualHost{"0.0.0.0"}=... only overwrites the first definition. Krist -- [EMAIL PROTECTED] Bremgarten b. Bern, Switzerland