How does Apache determine which of your existing vhosts is the default?
Meaning:
When I type in the IP of the server, the "fu" site appears. How do I set a another site to appear as the default?
Thanks!
Meaning:
- I have two vhost.conf files in /etc/apache2/vhosts/ - fu.vhosts.conf and bar.vhosts.conf.
- Both of these were copied from vhosts.template
- I performed a find and replace on "dummy-host.example.com" to "fu", and "bar", respectively.
- I copied web content into /srv/www/vhosts/fu and /srv/www/vhosts/bar
- No content exists under /srv/www/htdocs
When I type in the IP of the server, the "fu" site appears. How do I set a another site to appear as the default?
Thanks!
no subject
Date: 2006-05-29 11:49 am (UTC)From:NameVirtualHost *:80
<IfDefine DEFAULT_VHOST>
<VirtualHost *:80>
DocumentRoot "/var/www/localhost/htdocs"
...
Do you have a DEFAULT_VHOST directive in your apache config?
no subject
Date: 2006-05-29 11:52 am (UTC)From: