This is more of a note for myself than anything else. When using Apache 2 it's useful to see exactly what it "thinks" it should be doing with virtual hosts. The "apachectl2" utility can check if the Apache configuration is correct syntactically, but that won't help you see what exactly it's trying to do, as in which sites it's trying to serve. However if you … [Read more...] about Checking Apache’s VHost Configuration