Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D75910B20 for ; Wed, 2 Oct 2013 11:36:57 +0000 (UTC) Received: (qmail 90938 invoked by uid 500); 2 Oct 2013 11:36:52 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 90925 invoked by uid 500); 2 Oct 2013 11:36:51 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 90914 invoked by uid 99); 2 Oct 2013 11:36:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 11:36:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.219.52 as permitted sender) Received: from [209.85.219.52] (HELO mail-oa0-f52.google.com) (209.85.219.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2013 11:36:45 +0000 Received: by mail-oa0-f52.google.com with SMTP id n2so626380oag.11 for ; Wed, 02 Oct 2013 04:36:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nQdgik/rtArAupphuAOQId4eCOy/yDiSCWGkE9Pbq64=; b=aI/imNP+AEZJeYu4zeu2vh9M7zXgnCST/48HzSRVhFy+3YsDz+YwQ6cQIUxcIlHHSL 3DURbDXZ17ra3w2LaJka9nzLbMn3aHKrbIb9rX+rkIzeZSUdRLq5mt0/ZR6IaT1pYy3y DtXDKtC2qYzq6OvemSZqgwkctkuD0baGWuEXuF4hT/uCTGTgBXYyqhkViVPv6nCuTBAr tGvSlTkkcYFvXgoix/Oedb3FbOcUN5qvWoTMZBMLtmeKrDHs2S3a8Qhgjne6w+3MtBs0 IU8ugkQtkyI9y6vu05PSa0sWh4KnX4Vf0PmjY9b3rlfkDuK9Qut7gTkVCaRguwa5DiBK bUlw== MIME-Version: 1.0 X-Received: by 10.60.80.167 with SMTP id s7mr2887638oex.38.1380713784460; Wed, 02 Oct 2013 04:36:24 -0700 (PDT) Received: by 10.60.143.33 with HTTP; Wed, 2 Oct 2013 04:36:24 -0700 (PDT) In-Reply-To: References: Date: Wed, 2 Oct 2013 07:36:24 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6 On Mon, Sep 30, 2013 at 2:12 AM, Ezra Taylor wrote: > Hello All: > > I've been banging on this issues for a couple of days now. I > have all modules installed and can't get AuthType Basic or AuthType Digest > to work. I even have a setup for LDAP that doesn't work. The same setup > works as in Apache 2.2. Can you guys give me some pointers as to were I > went astray? thanks all for your help. I used htdigest to generate password > and realm for Digest. Step one would be to consult the error log. What does it say? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org