Re: [users@httpd] virtual host in apache2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/31/05, Davide Bianchi <davide@xxxxxxxxxxxxxx> wrote:
> Bernard chan wrote:
> > 1) I edited /etc/apache2/sites-available/default as below:-
> >
> > <VirtualHost _default_ *:80>
> > <VirtualHost _default_ *:80>
> 
> You can have only ONE _default_ VHost. By definition the 'default'
> site is the one used when, for some reason, the server can't figure
> out which site is requested.

That is almost, but not quite accurate.  The _default_ virtual host is
used ONLY when httpd can't find a <VirtualHost> with a matching IP
address.  It is not used as the default name-based virtual host -- the
first listed virtual host is used for that.

Since the poster has NameVirtualHost *:80, the _default_ virtual host
will NEVER be used.

To fix the problem, you should simply be using <VirtualHost *:80> as
is outlined here:
http://httpd.apache.org/docs/2.0/vhosts/name-based.html#using

Joshua.

---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux