On Mon, Jul 13, 2009 at 10:40 AM, howard chen<howac...@gmail.com> wrote: > I am using Ubuntu 9.04, using the build in vhost management scripts > such as a2ensite/a2dissite. > > I am also using namebased virtualhost. (NameVirtualHost *:80), which I > have serveral vhost scripts under /etc/apache2/sites-available, in the > format such as... > > <VirtualHost *:80> > > DocumentRoot ... > ServerName www.example1.com > > </VirtualHost> > > > > The problem is: > > All the vhosts are listening on the same IP, but if I type my server > IP without specifying the Host header, the vhost start with letter "a" > will be a high priority then "b".
The first-listed one is the default. Add numbers in the front of your Include'd config files if you want to change the order they're processed in. -- Eric Covener cove...@gmail.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-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org