Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3504 invoked from network); 13 Jan 2006 14:32:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 14:32:01 -0000 Received: (qmail 44945 invoked by uid 500); 13 Jan 2006 14:31:48 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 44841 invoked by uid 500); 13 Jan 2006 14:31:48 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 44796 invoked by uid 99); 13 Jan 2006 14:31:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 06:31:47 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.162.196 as permitted sender) Received: from [64.233.162.196] (HELO zproxy.gmail.com) (64.233.162.196) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 06:31:44 -0800 Received: by zproxy.gmail.com with SMTP id j2so627481nzf for ; Fri, 13 Jan 2006 06:31:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c1W4BDpSeUe81fGQu2I5PsaZakI9wFV0GIOnVJnjIHNB4u+TMxwm5ChKR3D8W1ZXiB531TF1oAOMJj2mHKCCZbsOx4DlyyGaYHgxo3ehfu6umpTuYSq93sw+2Xd/FdMcyRQk8U/7jNu0Sr/BHACEu4ec8izIZUAM0Nq97AyFxYU= Received: by 10.65.186.11 with SMTP id n11mr1811234qbp; Fri, 13 Jan 2006 06:31:23 -0800 (PST) Received: by 10.64.253.3 with HTTP; Fri, 13 Jan 2006 06:31:23 -0800 (PST) Message-ID: Date: Fri, 13 Jan 2006 09:31:23 -0500 From: Joshua Slive Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <200601122115.51429.beaucox@hawaii.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200601122115.51429.beaucox@hawaii.rr.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] [trunk] Order,Deny,Allow not allowed in X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 1/13/06, Beau E. Cox wrote: > Hi - > > I just svn - checked out the trunk sources for httpd 2.3. > Configured and compiled fine. After installed, I tried to > bring it up and got errors on the Order,Deny,Allow directives > in my blocks and the startup aborted. > For example this block: > > > Options FollowSymLinks > AllowOverride None > Order deny,allow > Deny from all > Allow from all > > > errored on all three directives. > > I went back to a snapshot taked from svn on 12/30/05 and > it works. > > What have I done??? You should check out the 2.2 branch instead. There is some major reorganization of auth/access directives going on at the head of the tree. When things finally shake out, there should be backward-compatibility with the old directives, but at the moment there is not. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org