From owner-freebsd-questions Wed Aug 28 2: 5:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1F3C37B400 for ; Wed, 28 Aug 2002 02:05:24 -0700 (PDT) Received: from smtp.ufficiopostale.it (servizi.interazioni.it [194.183.4.167]) by mx1.FreeBSD.org (Postfix) with SMTP id 8159143E3B for ; Wed, 28 Aug 2002 02:05:22 -0700 (PDT) (envelope-from tonix@interazioni.it) Received: (qmail 18437 invoked by uid 85); 28 Aug 2002 08:58:42 -0000 Received: from tonix@interazioni.it by avsmtp.ufficiopostale.it by uid 88 with qmail-scanner-1.12 (nod32: 1.301 (20020827)/. Clear:. Processed in 0.295937 secs); 28 Aug 2002 08:58:42 -0000 X-Qmail-Scanner-Mail-From: tonix@interazioni.it via avsmtp.ufficiopostale.it X-Qmail-Scanner: 1.12 (Clear:. Processed in 0.295937 secs) Received: from unknown (HELO NATIARM1.interazioni.it) (tonix@interazioni.it@62.98.252.144) by xsmtp.ufficiopostale.it with SMTP; 28 Aug 2002 08:58:41 -0000 Message-Id: <5.1.1.6.0.20020828105118.00abcbe8@pop.ufficiopostale.it> X-Sender: tonix@interazioni.it@pop.ufficiopostale.it X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Wed, 28 Aug 2002 10:57:14 +0200 To: Jeff Jirsa From: "tonix (Antonio Nati)" Subject: Re: FreeBSD and regex and Apache Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020827171517.S5930-100000@boris.st.hmc.edu> References: <5.1.1.6.0.20020828015806.00a897c8@pop.ufficiopostale.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've found the problem. No regex, no FreeBSD, my (!) configuration error. I made initially ................ order allow,deny deny from all ................ order deny,allow allow from all order allow,deny deny from all The error is in configuration, because are evaluated after all and (or ), so access to .ht* is always granted. Changing it to: ................ ................ order allow,deny deny from all makes it works. Thanks, Tonino At 27/08/2002 27/08/2002 -0700, Jeff Jirsa wrote: >On Wed, 28 Aug 2002, tonix (Antonio Nati) wrote: > > > I've a problem with Apache 1.3.26 on FreeBSD 4.0 (I've looked in apache > > lists, with no result up to now). > > > > and directives, that work on Linux, do not work on > > FreeBSD. > > > > # or simply > > order allow,deny > > deny from all > > > > > > Is there any regex library hint/problem/difference from standard I > should know? > > > > SHOULD work. > >I've got a stock 1.3.26 setup from the ports that comes with > > > > Order allow,deny > Deny from all > > >By default. > > >Hope that helps, > >- Jeff > >-- > >Jeff Jirsa >jeff@unixconsults.com > >-- ------------------------------------------------------------ Inter@zioni Interazioni di Antonio Nati http://www.interazioni.it tonix@interazioni.it ------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message