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 0F35418007 for ; Thu, 21 Jan 2016 17:28:37 +0000 (UTC) Received: (qmail 39618 invoked by uid 500); 21 Jan 2016 17:28:34 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 39580 invoked by uid 500); 21 Jan 2016 17:28:34 -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 39569 invoked by uid 99); 21 Jan 2016 17:28:32 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2016 17:28:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 403D91A071E for ; Thu, 21 Jan 2016 17:28:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.555 X-Spam-Level: X-Spam-Status: No, score=-0.555 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.554, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id t1W_BCk0ZoaQ for ; Thu, 21 Jan 2016 17:28:25 +0000 (UTC) Received: from proofpoint4.lanl.gov (proofpoint4.lanl.gov [204.121.3.52]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 482FD429C2 for ; Thu, 21 Jan 2016 17:28:25 +0000 (UTC) Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by mailgate4.lanl.gov (8.15.0.59/8.15.0.59) with ESMTP id u0LHSHVA025915 for ; Thu, 21 Jan 2016 10:28:17 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailrelay1.lanl.gov (Postfix) with ESMTP id B009A13BF3BB for ; Thu, 21 Jan 2016 10:28:17 -0700 (MST) X-NIE-2-Virus-Scanner: amavisd-new at mailrelay1.lanl.gov Received: from tykhe.lanl.gov (tykhe.lanl.gov [128.165.248.149]) by mailrelay1.lanl.gov (Postfix) with ESMTP id 8BD6C13BF3B9 for ; Thu, 21 Jan 2016 10:28:17 -0700 (MST) To: users@httpd.apache.org References: <5665EE82.1040501@lanl.gov> <56663506.3020302@gmail.com> <56666C30.8060501@rqc.ru> <56672C62.4040200@gmail.com> <566734C4.7010702@lanl.gov> <566851B6.7070102@lanl.gov> From: Ron Croonenberg Message-ID: <56A11531.4040809@lanl.gov> Date: Thu, 21 Jan 2016 10:28:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <566851B6.7070102@lanl.gov> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.15.21,1.0.33,0.0.0000 definitions=2016-01-21_05:2016-01-21,2016-01-21,1970-01-01 signatures=0 Subject: [users@httpd] Athentication Hello, I want some authentication, but want to exclude a directory Below is the virtual host: Problem is that it wants to authenticate on everything in /var/www. I did change the first Directory directive to /var/www/proxy1 but that did not change anything. thanks, Ron Listen 81 DocumentRoot /var/www # # mod_auth_digest authentication # AuthType Digest AuthName "DATA" AuthDigestDomain http://localhost/proxy1 AuthDigestProvider file AuthUserFile /etc/httpd/.htpasswd-digest Require valid-user AuthType None Require all granted --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org