Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 18:44:14 +0000
From:      George Lewis <schvin@schvin.net>
To:        Prometheus <prometheus@gmx.ch>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Apache and namebased vhosts without specified IP?
Message-ID:  <20010429184414.B9409@schvin.net>
In-Reply-To: <193275497254.20010429203908@gmx.ch>; from prometheus@gmx.ch on Sun, Apr 29, 2001 at 08:39:08PM %2B0200
References:  <193275497254.20010429203908@gmx.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Try this:

	NameVirtualHost *

	<VirtualHost *>
		...
	</VirtualHost>

Hope that helps,

George

Prometheus (prometheus@gmx.ch) wrote:
> Hello,
> I'm searching for a solution that would enable me to use name based
> vhosts without a specified IP on Apache 1.3.19. The reason for this is
> that I want to have the vhosts load balanceable without worrying which server
> needs which config file. Ideally, Apache should respond on all IPs
> which aren't used for IP based vhosts with the same stuff and just
> look at the HTTP header to determine what content it should deliver.
> 
> I'd like to have something like
> <VirtualHost>
> ...
> </VirtualHost>
> 
> Instead of the conventional
> 
> <VirtualHost xxx.yyy.zzz.www>
> ...
> </VirtualHost>
> 
> 
> 
> Has anyone got any idea as how this could be done?
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message

-- 
George Lewis
http://schvin.net/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010429184414.B9409>