Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 46644 invoked from network); 2 Apr 2007 14:49:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 14:49:53 -0000 Received: (qmail 60070 invoked by uid 500); 2 Apr 2007 14:49:49 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 60053 invoked by uid 500); 2 Apr 2007 14:49:49 -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 60042 invoked by uid 99); 2 Apr 2007 14:49:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 07:49:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [147.102.222.220] (HELO diomedes.noc.ntua.gr) (147.102.222.220) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 07:49:40 -0700 Received: from alexander.cc.ece.ntua.gr (alexander.cc.ece.ntua.gr [147.102.2.1]) by diomedes.noc.ntua.gr (8.14.0/8.14.0) with ESMTP id l32EnIaE045397 for ; Mon, 2 Apr 2007 17:49:18 +0300 (EEST) (envelope-from giwrgos@ece.ntua.gr) Received: from [127.0.0.1] by cc.ece.ntua.gr (8.9.3/1.0-CC-DECE[hub]) with ESMTP id l32EjYLo024076 for ; Mon, 2 Apr 2007 17:45:35 +0300 (EEST) Message-ID: <46111804.2070502@ece.ntua.gr> Date: Mon, 02 Apr 2007 17:49:40 +0300 From: Giwrgos User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000730-1, 02/04/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV version 0.88.7, clamav-milter version 0.88.7 on diomedes.noc.ntua.gr X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] digest http authentication Hi. I am confronting with the followng problem.(Apache 2.2.4 Win32) I am trying to use the digest method (instead of the basic one which worked just fine). What I have done is the following. 1)httpd.conf -> enabled the mod for the digest method. 2)httpd.conf -> AllowOverride All 3).htaccess contains the following lines AuthType Digest AuthName "testing" AuthDigestDomain / http://192.168.178.22/ AuthDigestProvider file AuthUserFile C:\giwrgos Require root 4)With htdigest -c i have created the password file and placed it at root of c: When I try to access the page, i enter username/password but no good. The error log is reporting: [Mon Apr 02 17:27:09 2007] [error] [client 192.168.178.22] access to / failed, reason: require directives present and no Authoritative handler. [Mon Apr 02 17:27:11 2007] [error] [client 192.168.178.22] Digest: invalid nonce 42d22042f3548 received - length is not 52 The second message (...invalid nonce...) is not always present but the first one is there for every login attempt. What am i doing wrong? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org