Re: [us...@httpd] Using _default_ vhosts

2009-04-27 Thread Eric Covener
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

Re: [us...@httpd] Using _default_ vhosts

2009-04-27 Thread Matus UHLAR - fantomas
> 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

Re: [us...@httpd] Using _default_ vhosts

2009-04-27 Thread Eric Covener
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

Re: [us...@httpd] Using _default_ vhosts

2009-04-27 Thread Matus UHLAR - fantomas
> > 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

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread William A. Rowe, Jr.
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

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread Eric Covener
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

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread jeff00seattle
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

Re: [us...@httpd] Using _default_ vhosts

2009-04-24 Thread Davide Bianchi
> 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

[us...@httpd] Using _default_ vhosts

2009-04-24 Thread jeff00seattle
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