From owner-freebsd-isp Fri Sep 17 13:26:13 1999 Delivered-To: freebsd-isp@freebsd.org Received: from agora.neteze.com (agora.neteze.com [208.201.249.4]) by hub.freebsd.org (Postfix) with ESMTP id 5C3D214DFB for ; Fri, 17 Sep 1999 13:26:01 -0700 (PDT) (envelope-from kc@neteze.com) Received: from admin1 ([208.201.249.51]) by agora.neteze.com (Post.Office MTA v3.5.3 release 223 ID# 0-60395U6000L600S0V35) with SMTP id com for ; Fri, 17 Sep 1999 13:29:49 -0700 Message-ID: <139b01bf014b$41084820$33f9c9d0@neteze.com> From: "Kelsey Cummings" To: Subject: apache .htaccess problems (not really fbsd problem) Date: Fri, 17 Sep 1999 13:28:51 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've had some curious problems with apache's .htaccess. A directory "/test" contains an .htaccess which is configured so as to require a valid user. This works as expected. However, when accessing a subdirectory "/test/user" it must reauthenticate. This happens on a number of different computers/browsers/os's so I'm sure its the server and not something in the browser. I'm running 3.2-release with apache 1.3.6 from the ports tree. TIA. The .htaccess is: AuthName "UserNameTheory" AuthType Basic AuthUserFile /home/kgc/www/.htpasswd-test AuthGroupFile /dev/null DirectoryIndex test.cgi require validuser ----------------------------------------------------------------- Kelsey Cummings System Administrator NetEase, Inc. kc@neteze.com ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message