Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default Using _default_ vhosts What does _default_ actually mean??? I am confused between the difference between using _default_:80 and *:80. Do not these VirtualHost declarations mean the same thing?: <VirtualHost _default_:80> DocumentRoot /www/default80 # ... </VirtualHost> versus... <VirtualHost *:80> DocumentRoot /www/default80 # ... </VirtualHost> Thanks Jeff in Seattle -- View this message in context: http://www.nabble.com/Using-_default_--vhosts-tp23222987p23222987.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx