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 ) id 1JYJxn-0008E0-98 for garchives@archives.gentoo.org; Sun, 09 Mar 2008 11:45:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5552BE03F4; Sun, 9 Mar 2008 11:45:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2E92DE03F4 for ; Sun, 9 Mar 2008 11:45:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C4365665D2 for ; Sun, 9 Mar 2008 11:45:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -0.945 X-Spam-Level: X-Spam-Status: No, score=-0.945 required=5.5 tests=[AWL=1.654, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OOHaUevhtDNJ for ; Sun, 9 Mar 2008 11:45:03 +0000 (UTC) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by smtp.gentoo.org (Postfix) with ESMTP id 1739C664CD for ; Sun, 9 Mar 2008 11:45:02 +0000 (UTC) Received: by rv-out-0910.google.com with SMTP id l15so686679rvb.24 for ; Sun, 09 Mar 2008 04:45:02 -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=OO4eQxnZmJ/ZBjLIE3mnwkI2NO31CgX7OFdZ/RMKarg=; b=e2xVerpl0S9xYGfi0kxHku7NTdoYm3UiK4BcX45P4fre3n8he3zYvNehmIpIPpmWAuM5K5xdlHjyP6QcWdJIr7txTOk2o2xlxBvV5HlhPIYLCSUsuMI4MIfuLK5VDSD0FBaFJK1JItA4KZZKaxblG+U4wgWBDc0TKFuRmzEkl2g= 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=KjF0NUUVmHlUZ+qjayPzrgpYjEgB98ftG04vJTHm+MSCr2hfnnsgdiu3NeG33PKN+X1G6n9j/3ynfGMI6SJsmDm7JoCjqI2L7Ru4r0epkQc34vsTGk5TZhQhR/+IkGvKBDisdZdZruPbjz0krpy/zL6WLo3VSZBcmam/CrJyLBA= Received: by 10.140.125.4 with SMTP id x4mr2347531rvc.229.1205063101840; Sun, 09 Mar 2008 04:45:01 -0700 (PDT) Received: by 10.115.15.10 with HTTP; Sun, 9 Mar 2008 04:45:01 -0700 (PDT) Message-ID: Date: Sun, 9 Mar 2008 13:45:01 +0200 From: "Elyahou ITTAH" To: gentoo-web-user@lists.gentoo.org Subject: [gentoo-web-user] Fwd: apache vhost issue... In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-web-user@lists.gentoo.org Reply-to: gentoo-web-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Archives-Salt: 7db0ce0f-2057-4e08-8ae6-10b1a2fc92b9 X-Archives-Hash: 5165a6f660d1808367c135e0decd5df2 ---------- Forwarded message ---------- From: Elyahou ITTAH Date: 9 mars 2008 13:39 Subject: apache vhost issue... To: gentoo-web-user@lists.gentoo.org Hello, I have dificulty to configure vhost in apache... Here some files of my configuration in /etc/conf.d/apache2: APACHE2_OPTS="-D DEFAULT_VHOST -D SSL -D INFO -D LANGUAGE -D PHP5 -D USERDIR" # ls -l /var/www total 8 drwxr-xr-x 4 apache apache 4096 mar 9 02:20 helpermaster.fr drwxr-xr-x 6 root root 4096 mar 8 22:12 localhost # cat /etc/apache2/vhosts.d/01_vhost1.conf ServerName helpermaster.fr ServerAlias helpermaster.fr DocumentRoot "/var/www/helpermaster.fr/htdocs" Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all But when I type helpermaster.fr on my browser, i receive the www/localhost pages and no the www/helpermaster.fr pages... -- gentoo-web-user@lists.gentoo.org mailing list