Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 78500 invoked from network); 25 Jul 2006 16:53:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jul 2006 16:53:15 -0000 Received: (qmail 85467 invoked by uid 500); 25 Jul 2006 16:53:05 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 85448 invoked by uid 500); 25 Jul 2006 16:53:05 -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 85436 invoked by uid 99); 25 Jul 2006 16:53:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2006 09:53:05 -0700 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.200.134] (HELO web30701.mail.mud.yahoo.com) (68.142.200.134) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 25 Jul 2006 09:53:04 -0700 Received: (qmail 87185 invoked by uid 60001); 25 Jul 2006 16:52:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=3JV/JQgEFwxtClKg3Qen2UhIpTURAd5T6+xpFBgreZmN6IkyMIKNXJMvemIchCfn4l68tzU0JVvEw5CoW9K43HC9w5uyHfU3OpWi6aiR8GimFiS3GGME4v2SR78jfXtN8su1+7PyxipZSsP4A02FrXOfFlzkQ+vSO17t8bQvK1s= ; Message-ID: <20060725165243.87183.qmail@web30701.mail.mud.yahoo.com> Received: from [24.118.141.28] by web30701.mail.mud.yahoo.com via HTTP; Tue, 25 Jul 2006 09:52:43 PDT Date: Tue, 25 Jul 2006 09:52:43 -0700 (PDT) From: Bob Kinney To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Configuring Password Protection X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --- Boyle Owen wrote: > > BTW, you may be suffering from the popular misconception that > AllowOverride and .htaccess files are needed for password protection. > They're not. If you can edit the config, as you can, it's usually better > to put all the Auth directives straight into the directory container. > > Rgds, > Owen Boyle Confusion: I have set up this directive per the yolinux.com examples to allow simple password protection on a directory. This is in my httpd.conf file: >>>>>>>> AllowOverride AuthConfig AuthName "MISSY'S PLACE" AuthType Basic AuthUserFile /web/etc/.htpasswd AuthGroupFile /dev/null require user missy <<<<<<<< Boyle, are you saying that AllowOverride is not necessary? Here are the other main Directory entries: # Options FollowSymLinks Order allow,deny Deny from all Options Indexes Includes FollowSymLinks IndexOptions FancyIndexing IconsAreLinks AllowOverride None Allow from all Order deny,allow __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- 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