From owner-freebsd-questions@FreeBSD.ORG Thu Jul 14 08:52:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D19A416A448 for ; Thu, 14 Jul 2005 08:52:38 +0000 (GMT) (envelope-from chris@seagul.co.uk) Received: from office.seagul.co.uk (dsl-62-3-120-198.zen.co.uk [62.3.120.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 231F743D45 for ; Thu, 14 Jul 2005 08:52:37 +0000 (GMT) (envelope-from chris@seagul.co.uk) Received: from [192.168.3.101] ([192.168.3.101]) by office.seagul.co.uk with MailEnable ESMTP; Thu, 14 Jul 2005 09:52:00 +0100 Message-ID: <42D627B0.2080101@seagul.co.uk> Date: Thu, 14 Jul 2005 09:52:00 +0100 From: Chris Roos User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Apache 1.3 FreeBsd Port missing mod_auth_digest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 08:52:39 -0000 Hi, I'm not entirely convinced this is the right place for this question as it may be an Apache issue rather than FreeBsd/Port issue. Either way, I thought I'd start here first. I've been running Apache 1.3 from the ports on FreeBsd 5.3R for quite a while. I've even been running it with mod_digest to provide some basic password protection. Unfortunately mod_digest doesn't work with IE. This hasn't really been a problem until now. Now that it is an issue I've been looking to enable mod_auth_digest in place of mod_digest as this should work with IE too. The problem is that I cannot find any reference of it in my install or in any of the patches applied to the Apache 1.3 port; as far as I can tell mod_auth_digest is nowhere to be found on my install. I've also been trying to google for similar reports of this problem but currently to no avail. Does anyone have any information on this? It could well be the case that I'm missing something obvious that I just don't know about so any pointers to other resources I might check would also be appreciated. Thanks in advance, Chris