From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ra04l-0004Hm-KN for garchives@archives.gentoo.org; Mon, 12 Dec 2011 07:13:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C1821C1C0; Mon, 12 Dec 2011 07:13:08 +0000 (UTC) Received: from smtpq4.gn.mail.iss.as9143.net (smtpq4.gn.mail.iss.as9143.net [212.54.34.167]) by pigeon.gentoo.org (Postfix) with ESMTP id 42FBE21C04A for ; Mon, 12 Dec 2011 07:11:50 +0000 (UTC) Received: from [212.54.34.133] (helo=smtp2.gn.mail.iss.as9143.net) by smtpq4.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Ra03B-0004EK-HM for gentoo-user@lists.gentoo.org; Mon, 12 Dec 2011 08:11:49 +0100 Received: from 5ed027d6.cm-7-1a.dynamic.ziggo.nl ([94.208.39.214] helo=data.antarean.org) by smtp2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Ra03B-0001C9-AQ for gentoo-user@lists.gentoo.org; Mon, 12 Dec 2011 08:11:49 +0100 Received: from localhost (localhost [127.0.0.1]) by data.antarean.org (Postfix) with ESMTP id 3EC402B72 for ; Mon, 12 Dec 2011 08:12:45 +0100 (CET) X-Virus-Scanned: amavisd-new at antarean.org Received: from data.antarean.org ([127.0.0.1]) by localhost (data.antarean.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NP9ZZ0yrvgZy for ; Mon, 12 Dec 2011 08:12:44 +0100 (CET) Received: from www.antarean.org (net.antarean.org [10.10.11.5]) by data.antarean.org (Postfix) with ESMTP id C7958173D for ; Mon, 12 Dec 2011 08:12:43 +0100 (CET) Received: from 62.132.204.84 (SquirrelMail authenticated user joost) by www.antarean.org with HTTP; Mon, 12 Dec 2011 08:12:44 +0100 Message-ID: In-Reply-To: References: <20111212062356.GM3810@syscon4.inet> Date: Mon, 12 Dec 2011 08:12:44 +0100 Subject: Re: [gentoo-user] apache - virtual host not working From: "J. Roeleveld" To: gentoo-user@lists.gentoo.org User-Agent: SquirrelMail/1.4.21 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 X-Priority: 3 (Normal) Importance: Normal Content-Transfer-Encoding: quoted-printable X-Ziggo-spambar: - X-Ziggo-spamscore: -1.0 X-Ziggo-spamreport: BAYES_05=-0.5,KHOP_DYNAMIC=0.001,RDNS_DYNAMIC=0.982,RP_MATCHES_RCVD=-1.457 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-Archives-Salt: 848b9c40-5ef5-41c5-91ee-4c7da7e44417 X-Archives-Hash: bc064fe7a1d5b296f8f13b8e6f8ec182 On Mon, December 12, 2011 8:03 am, Matthew Finkel wrote: > On Mon, Dec 12, 2011 at 1:23 AM, Joseph wrote: >> in: modules.d/00_default_settings.**conf >> # We configure the "default" to be a very restrictive set of features. >> >> Options FollowSymLinks >> AllowOverride None >> Order deny,allow >> Deny from all >> > > Is there a reason you're giving access to / ? This is a default setting in that file. It actually prevents access to "/" (Which is should do) The correct access should be configured in a file in: /etc/apache/vhosts.d/... -- Joost