From owner-freebsd-questions Fri Aug 9 15:51:57 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 8471A37B400 for ; Fri, 9 Aug 2002 15:51:55 -0700 (PDT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDC443E6E for ; Fri, 9 Aug 2002 15:51:54 -0700 (PDT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk ([IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.5/8.12.5) with ESMTP id g79MpqFo091000; Fri, 9 Aug 2002 23:51:52 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.5/8.12.5/Submit) id g79MpltG090999; Fri, 9 Aug 2002 23:51:47 +0100 (BST) Date: Fri, 9 Aug 2002 23:51:47 +0100 From: Matthew Seaman To: tristan11@mindspring.com Cc: questions@FreeBSD.ORG Subject: Re: SSLRequire Message-ID: <20020809225147.GD90130@happy-idiot-talk.infracaninophi> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i 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 On Fri, Aug 09, 2002 at 02:11:40PM -0400, tristan11@mindspring.com wrote: > I am trying to set up our Apache13-mod_ssl server to require a password for > one of our virtual sites when using ssl. After reading the mod_ssl user > manual, I believe I need to configure the SSL Require directive, but after > reading the description in the user manual, I'm still not sure what to do. Can't you use the standard apache password stuff: AuthUserFile "/usr/local/www/etc/htpasswd" AuthName "Something" AuthType Basic Require valid-user That will pop up a password dialog box on access. Works in exactly the same way for HTTPS as for HTTP. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message