From owner-freebsd-questions Sun Nov 22 16:25:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02068 for freebsd-questions-outgoing; Sun, 22 Nov 1998 16:25:37 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dnh.pce.net (dnh.pce.net [207.1.59.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02057 for ; Sun, 22 Nov 1998 16:25:24 -0800 (PST) (envelope-from hounddog@dnh.pce.net) Received: from localhost (hounddog@localhost) by dnh.pce.net (8.8.8/8.8.8) with SMTP id TAA16878; Sun, 22 Nov 1998 19:24:26 -0500 (EST) (envelope-from hounddog@dnh.pce.net) Date: Sun, 22 Nov 1998 19:24:25 -0500 (EST) From: Dave Hummel Reply-To: dnh@pce.net To: Chris Martino cc: questions@FreeBSD.ORG Subject: Re: stable, htaccess and apache-php3.0.5-1.3.3 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, That did the trick. I had AllowOverride AuthConfig, which I got out of documentation somewhere. Thanks for your help, Dave On Sun, 22 Nov 1998, Chris Martino wrote: > Look at your access.conf file and make sure you have the following in > there: > > AllowOverride ALL > > I'm running FreeBSD 2.2.6, Apache-1.3.3/PHP3.0.5 > > Hope this helps, > Chris > > -- > > Chris Martino > chrismar@readington.com > > On Sun, 22 Nov 1998, David Hummel wrote: > > > Hi, > > > > I couldn't find anything in the apache or php docs so here goes.... > > > > Restricting the pages doesn't work using the following directives in > > .htaccess: > > (I took this from the apacheweek tutorial at > > http://www.apacheweek.com/features/userauth.) > > > > AuthName "restricted stuff" > > AuthType Basic > > AuthUserFile /usr/local/etc/apache/http_passwd > > require user admin > > > > No password dialog box pops up, and the pages are served. > > > > It seems to me that I had this working properly under earlier versions of > > Apache/FreeBSD (a very long time ago, however). > > > > Is it possible I have compatibility issues with my setup of > > FreeBSD-stable/apache-1.3.3/php3.05 ? > > > > Any clues would be greatly appreciated as this is quite important to my > > business. > > > > Thanks, > > Dave > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message