From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-76656-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1JYQzO-00021b-KK
	for garchives@archives.gentoo.org; Sun, 09 Mar 2008 19:15:18 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 96580E048C;
	Sun,  9 Mar 2008 19:15:16 +0000 (UTC)
Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179])
	by pigeon.gentoo.org (Postfix) with ESMTP id 691E0E048C
	for <gentoo-user@lists.gentoo.org>; Sun,  9 Mar 2008 19:15:16 +0000 (UTC)
Received: by wa-out-1112.google.com with SMTP id k34so1861559wah.10
        for <gentoo-user@lists.gentoo.org>; Sun, 09 Mar 2008 12:15:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=GcBY4ZcTQVXP5Xu7z5I1bjrD5yz4IKI3grX4F2Nt8tg=;
        b=VmBqARdui4wTpurio6mBLZQSq7pvwkWhpUSlPjZg748OZfyYD1t/0+F+jAEJf0zUWTfjGEscroSqDwITHiOpONabOQvWALJgkVygUB6plP6eoeGV3Vmp22CoS9HC2yfnzkjCSozvlTclFUYnCIzXJoV6aJXqGozJG/oX5n7nMJM=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=PEhMgKknn6qyIqeOxaND3g4KFfsGQvd9i9PxmLmVwc9gmgS9tPMTa5pf0hXgPB9M/FL8aluOGCmXbt4ZIeGqO2/NTfsA9+oNtbMkk3pf+Gg4jfs0Ox+xji7kC0wRfVHsDYlLicV/rY1bAeu86G7uXDSEuA+j3HUVN/4M1bGcCd0=
Received: by 10.114.27.20 with SMTP id a20mr2247916waa.101.1205090116045;
        Sun, 09 Mar 2008 12:15:16 -0700 (PDT)
Received: by 10.115.15.10 with HTTP; Sun, 9 Mar 2008 12:15:15 -0700 (PDT)
Message-ID: <c74ac3520803091215o63b33e40uf9f6bf8376c28357@mail.gmail.com>
Date: Sun, 9 Mar 2008 21:15:15 +0200
From: "Elyahou ITTAH" <ittah.elyahou@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Fwd: apache vhost issue...
In-Reply-To: <200803091859.17483.mike@gaima.co.uk>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <c74ac3520803090439q268b047q15e410711fc31f4f@mail.gmail.com>
	 <c74ac3520803090452h4e998244kaf16529ed0090abb@mail.gmail.com>
	 <200803091859.17483.mike@gaima.co.uk>
X-Archives-Salt: aaa0df7d-7c15-40fd-af64-0d3d73a372de
X-Archives-Hash: 0d2527ac66feb3e5cf8e41602145f175

2008/3/9, Mike Williams <mike@gaima.co.uk>:
> On Sunday 09 March 2008 11:52:16 Elyahou ITTAH wrote:
>  >  in /etc/conf.d/apache2:
>  >  APACHE2_OPTS="-D DEFAULT_VHOST -D SSL -D INFO -D LANGUAGE  -D PHP5 -D
>  > USERDIR"
>
>
> >  # cat /etc/apache2/vhosts.d/01_vhost1.conf
>  >  <VirtualHost *:80>
>
>
> >  But when I type helpermaster.fr on my browser, i receive the
>  >  www/localhost pages and no the www/helpermaster.fr pages...
>
>
> Your vhost isn't specific enough to not be matched by the vhost defined by
>  DEFAULT_VHOST (which is _default_:80).
>
>  Either turn off DEFAULT_VHOST and add "Listen *:80" somewhere before your
>  virtualhost, or define it with an IP address.

I tried that but i have now
Forbidden

You don't have permission to access / on this server.

when i trie to connect...
-- 
gentoo-user@lists.gentoo.org mailing list