0

This is what I just found by test,

but I don't see any such information on default behavior of apache's virtual host.

Can someone confirm or deny this?

apache
  • 3,227
  • 7
  • 27
  • 25

1 Answers1

2

Yes. For this reason, some distributions (Ubuntu is a good example) name the default config file 000-default.

ceejayoz
  • 32,910
  • 7
  • 82
  • 106
  • Can you provide a reference link?I don't find any document on this yet... – apache May 23 '10 at 14:45
  • 1
    http://httpd.apache.org/docs/1.3/vhosts/name-based.html "If no matching virtual host is found, then the first listed virtual host that matches the IP address will be used." – ceejayoz May 23 '10 at 15:52