From owner-freebsd-questions Mon Aug 26 11:33:13 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 EA3D437B400 for ; Mon, 26 Aug 2002 11:33:08 -0700 (PDT) Received: from hotmail.com (oe71.pav2.hotmail.com [64.4.36.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69F543EB1 for ; Mon, 26 Aug 2002 11:33:08 -0700 (PDT) (envelope-from unixtools@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 26 Aug 2002 11:33:08 -0700 X-Originating-IP: [202.41.224.36] From: "Unix Tools" To: , "FreeBSD Questions" Subject: Re: mod_auth_db dir protection and apache Date: Mon, 26 Aug 2002 12:18:15 +0530 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 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 26 Aug 2002 18:33:08.0653 (UTC) FILETIME=[066EEDD0:01C24D2F] 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 create the .htaccess file ===================== AuthName Security AuthType Basic require valid-user Options Indexes AuthUserFile ===================== create the password file using htpasswd in httpd.conf replace the directive allowoverride none with allowoverride all restart apache THATS ALL YOU HAVE TO DO ----- Original Message ----- From: "Unix Tools" To: ; "FreeBSD Questions" Sent: Monday, August 26, 2002 12:07 PM Subject: Re: mod_auth_db dir protection and apache > create the .htaccess file > > ===================== > AuthName Security > AuthType Basic > require valid-user > Options Indexes > > ===================== > > create the password file using htpasswd > > in httpd.conf replace the directive > allowoverride none > with > allowoverride all > > restart apache > > THATS ALL YOU HAVE TO DO > > > > ----- Original Message ----- > From: "Stacey Roberts" > To: "FreeBSD Questions" > Sent: Sunday, August 25, 2002 01:56 AM > Subject: mod_auth_db dir protection and apache > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message