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-76660-garchives=archives.gentoo.org@lists.gentoo.org>) id 1JYRnS-00071o-BA for garchives@archives.gentoo.org; Sun, 09 Mar 2008 20:07:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E9F3E076A; Sun, 9 Mar 2008 20:07:00 +0000 (UTC) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by pigeon.gentoo.org (Postfix) with ESMTP id F0395E076A for <gentoo-user@lists.gentoo.org>; Sun, 9 Mar 2008 20:06:59 +0000 (UTC) Received: by rv-out-0910.google.com with SMTP id b22so879062rvf.46 for <gentoo-user@lists.gentoo.org>; Sun, 09 Mar 2008 13:06:59 -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=RdAgmdffbHC2PhBI78gEHcLjThOcoP6kbdfv+InZyyA=; b=Oo9FzO0l4Eqn8GFvzf83MeXqqPEKVxr3y1Dv1Z6AiA6deB4PFtmnt+0bIEX5+zQ2hPDNlhA9YMqaZ67uO/LCjQqh2NQQeQLDwxInDXVHdHgoBB6xdCjGs0lqiaOKfFDVLhA20wtN2rLZaijwbSRLOTtiucHonWxlJmhq93D9Ruw= 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=C98vRvz74gzO8A9MlRcv1QPg5SSeGf9R2jAOCZWCfJngnpcOdX2rs/snN5HGGqfK1mKouUrGXzEex1CHYuUi+5sXXNZkdSPQ/Cc32YUBDeJpa37zrkzLhmolwJAiRp97l+UVsMzC1wj7NGcHj43lx5JILPutuYIPoMdhiT4lvL0= Received: by 10.140.191.14 with SMTP id o14mr2605172rvf.130.1205093215777; Sun, 09 Mar 2008 13:06:55 -0700 (PDT) Received: by 10.115.15.10 with HTTP; Sun, 9 Mar 2008 13:06:55 -0700 (PDT) Message-ID: <c74ac3520803091306h5e38a3ai1a0aea2eb6129862@mail.gmail.com> Date: Sun, 9 Mar 2008 22:06:55 +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: <002c01c8821e$85baa2d0$912fe870$@com> 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> <c74ac3520803091215o63b33e40uf9f6bf8376c28357@mail.gmail.com> <002b01c8821b$1b63eac0$522bc040$@com> <c74ac3520803091237s2746d59ck8c5ccb66414e0713@mail.gmail.com> <002c01c8821e$85baa2d0$912fe870$@com> X-Archives-Salt: 67e64825-ad53-49ac-9c16-277bae93bd6a X-Archives-Hash: eeaf59d0076c8f670425dd07a732c2a9 2008/3/9, cypherstrong <cypherstrong@gmail.com>: > perhaps I miss the "s" > > __defaults__ > > try this or replace by * > > > I really don't understant what's happen... i stille have : Forbidden You don't have permission to access / on this server. Apache Server at 91.121.117.202 Port 80 I have now 01_vhost.conf Listen 80 NameVirtualHost *:80 <VirtualHost *:80> ServerName localhost DocumentRoot /var/www/localhost/htdocs <Directory "/var/www/localhost/htdocs"> Order allow,deny Allow from all </Directory> </VirtualHost> <VirtualHost *:80> ServerName helpermaster.fr ServerAlias *.helpermaster.fr DocumentRoot /var/www/helpermaster.fr/htdocs <Directory "/var/www/helpermaster.fr/htdocs"> Options Indexes FollowSymLinks Order allow,deny Allow from all </Directory> </VirtualHost> on my 01_vhost.conf and no default vhost it should work... but no... :( -- gentoo-user@lists.gentoo.org mailing list