On Mon, Apr 27, 2009 at 11:24 AM, Matus UHLAR - fantomas
wrote:
>> On Mon, Apr 27, 2009 at 9:24 AM, Matus UHLAR - fantomas
>> wrote:
>> > No. match on IP address no other virtual host is
>> > bound on (and I think only when no NameVirtualHost is specified).
>> >
>> > So, when someone configures
> On Mon, Apr 27, 2009 at 9:24 AM, Matus UHLAR - fantomas
> wrote:
> > No. match on IP address no other virtual host is
> > bound on (and I think only when no NameVirtualHost is specified).
> >
> > So, when someone configures in addition to
> > the _default_ will never match.
On 27.04.09 09:35
On Mon, Apr 27, 2009 at 9:24 AM, Matus UHLAR - fantomas
wrote:
> No. match on IP address no other virtual host is
> bound on (and I think only when no NameVirtualHost is specified).
>
> So, when someone configures in addition to
> the _default_ will never match.
You sure this doesn't boil down
> > jeff00seattle wrote:
> >> Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default
> >> Using _default_ vhosts
> >>
> >> What does _default_ actually mean???
On 24.04.09 21:08, Davide Bianchi wrote:
> Exactly what it says. The "default" VHost is picked when Apache can't
> un
Eric Covener wrote:
> On Fri, Apr 24, 2009 at 3:04 PM, jeff00seattle
> wrote:
>> Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default
>> Using _default_ vhosts
>>
>> I am confused between the difference between using _default_:80 and *:80.
>
> I'm convinced it's the same as
On Fri, Apr 24, 2009 at 3:04 PM, jeff00seattle
wrote:
>
> Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default
> Using _default_ vhosts
>
> I am confused between the difference between using _default_:80 and *:80.
I'm convinced it's the same as *. The manual would have you
Sorry, but I do not yet understand _default_ vhost.
Is _default_ a value assigned by Apache service, and if so then what would
be its value?
If my service's IP 10.20.30.40 and it was to Listen 8085, then how would
these VirtualHost declarations act differently?
Using wild-card *:
Using _defau
> jeff00seattle wrote:
>> Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default
>> Using _default_ vhosts
>>
>> What does _default_ actually mean???
Exactly what it says. The "default" VHost is picked when Apache can't
understand which vhost is requested by the client ('cause
Reference: http://httpd.apache.org/docs/2.2/vhosts/examples.html#default
Using _default_ vhosts
What does _default_ actually mean???
I am confused between the difference between using _default_:80 and *:80.
Do not these VirtualHost declarations mean the same thing?:
DocumentRoot /www/defau