Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 44120 invoked from network); 1 Dec 2004 09:57:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Dec 2004 09:57:42 -0000 Received: (qmail 71131 invoked by uid 500); 1 Dec 2004 09:57:32 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 71078 invoked by uid 500); 1 Dec 2004 09:57:31 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 71061 invoked by uid 99); 1 Dec 2004 09:57:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from skutsje.san.webweaving.org (HELO skutsje.san.webweaving.org) (209.132.96.45) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 01:57:29 -0800 Received: from skutsje.san.webweaving.org (localhost [127.0.0.1]) by skutsje.san.webweaving.org (8.12.9/8.12.9) with ESMTP id iB19tDFC022590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 1 Dec 2004 01:55:13 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from localhost (dirkx@localhost) by skutsje.san.webweaving.org (8.12.9/8.12.9/Submit) with ESMTP id iB19tDxj022587 for ; Wed, 1 Dec 2004 01:55:13 -0800 (PST) (envelope-from dirkx@webweaving.org) X-Authentication-Warning: skutsje.san.webweaving.org: dirkx owned process doing -bs Date: Wed, 1 Dec 2004 01:55:13 -0800 (PST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@skutsje.san.webweaving.org To: dev Subject: Re: basic authentication In-Reply-To: Message-ID: <20041201015400.M21147@skutsje.san.webweaving.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, 1 Dec 2004, gdilem@libero.it wrote: > I'd like to have a basic authentication with apache http.I want that > apache read user e pwd by a text file and does the authentication.Any > Idea on how to configure it? This is a list for developers. I.e. people who write the apache code; You want to ask this question on the users mailing list; i.e. the list of peopple who know how to use the apache server. Meanwhile do read: http://httpd.apache.org/docs/howto/auth.html and.or http://httpd.apache.org/docs-2.0/howto/auth.html Dw.