> > 2008/10/8 Bartłomiej Siwek <[EMAIL PROTECTED]>:
> >
> > > The problem is that whatever subdomain i enter:
> > > user1.somedomain.selfip.org
> > > user1.somedomain.selfip.org
> > > (even a non-existent ones line - idontexist.somedomain.selfip.org) i get
> the
> > > site form first virtual host.
> > > What could be the problem.
> >
> > That's just how it works, the first one defined in a NameVirtualHost
> > set is the default/catch-all.

On 09.10.08 00:13, Bartłomiej Siwek wrote:
> So how would I go about setting it so the apache responds only to valid
> vhosts?

define dummy virtual host as the first one, probably sending an error for
everything.

The problem may be that not only names in ServerName and ServerAlias are
defined to match the vhost, but also the name in <VirtualHost>. Since you
use <VirtualHost *>, it shoult not matter (nobody will probably ask for
"Host: *").

-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Spam is for losers who can't get business any other way.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to