Date: Sun, 19 Nov 2000 14:16:49 -0500 From: "Simon" <simon@optinet.com> To: "freebsd-isp@freebsd.org" <freebsd-isp@freebsd.org>, "Martyn Routley" <martynr@newcolo.invictanet.co.uk> Subject: Re: Apache problem Message-ID: <20001119191227.7A3FA37B479@hub.freebsd.org> In-Reply-To: <200011191848.SAA27327@newcolo.invictanet.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Name-based virtual config differs between 1.3.x and 1.2.x. See http://httpd.apache.org/docs/vhosts/index.html for details. Basically, you need to add NameVirtualHost directive. -Simon On Sun, 19 Nov 2000 18:48:16 GMT, Martyn Routley wrote: >Can anyone help with this problem? > > >I have Apache 1.3.12 running on one server with a couple of name based >virtual hosts. > >I have another server running 1.2.x with a lot of name based virtual hosts. > >I have extracted a chunk of the 1.2.x httpd.conf and added it to the 1.3.12 >httpd.conf. > >When I restart 1.3.12, all I get is this. >[Sun Nov 19 18:40:29 2000] [warn] VirtualHost legado.ltd.uk:80 overlaps with >VirtualHost www.erc.elec.co.uk:80, the first has precedence, perhaps you >need a NameVirtualHost directive >[Sun Nov 19 18:40:29 2000] [warn] VirtualHost marchesi.co.uk:80 overlaps >with VirtualHost legado.ltd.uk:80, the first has precedence, perhaps you >need a NameVirtualHost directive >[Sun Nov 19 18:40:29 2000] [warn] VirtualHost completebreaks.co.uk:80 >overlaps with VirtualHost marchesi.co.uk:80, the first has precedence, >perhaps you need a NameVirtualHost directive >[ > >Yes I do have the appropriate NameVirtualHost directive > > >Martyn Routley >----------------------------------------------------- >InvictaNet - The Internet in Plain English, Guaranteed >http://www.invictanet.co.uk >mailto:info@invictanet.co.uk >phone: 0870 7402252 >fax: +44 (0)1233 334001 >------------------------------------------------------ > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > 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?20001119191227.7A3FA37B479>