I'm using a wildcard subdomain to manage most of my requests but I'm running into an issue of getting one of my subdomains (let's say, wiki.domain.com) to load first.
I understand that loading this inside an httpd.conf or something would just be a case of resorting which VirtualHosts load first, but I am using a2ensite and sites-available to manage my domains (individual files for each domain), which, to my knowledge, means I have no real way of determining which domains are "loaded" first.
I am running Ubuntu Hardy.