From wiki-changes-return-665-apmail-httpd-wiki-changes-archive=httpd.apache.org@httpd.apache.org Wed Jul 04 20:38:19 2007 Return-Path: Delivered-To: apmail-httpd-wiki-changes-archive@locus.apache.org Received: (qmail 38045 invoked from network); 4 Jul 2007 20:38:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 20:38:19 -0000 Received: (qmail 31615 invoked by uid 500); 4 Jul 2007 20:38:22 -0000 Delivered-To: apmail-httpd-wiki-changes-archive@httpd.apache.org Received: (qmail 31601 invoked by uid 500); 4 Jul 2007 20:38:22 -0000 Mailing-List: contact wiki-changes-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: docs@httpd.apache.org Delivered-To: mailing list wiki-changes@httpd.apache.org Received: (qmail 31591 invoked by uid 99); 4 Jul 2007 20:38:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 13:38:22 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 13:38:18 -0700 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D33EF59A07 for ; Wed, 4 Jul 2007 20:37:58 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: wiki-changes@httpd.apache.org Date: Wed, 04 Jul 2007 20:37:58 -0000 Message-ID: <20070704203758.20651.65057@eos.apache.org> Subject: [Httpd Wiki] Update of "BypassAuthenticationOrAuthorizationRequirements" by pctony X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification. The following page has been changed by pctony: http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements The comment on the change is: Platform ------------------------------------------------------------------------------ + ## page was renamed from Recipes/BypassAuthenticationOrAuthorizationRequirements ## page was renamed from Recipies/BypassAuthenticationOrAuthorizationRequirements = Bypass Authentication Or Access Requirements = The '''Satisfy''' directive controls how ''Authentication'' directives (used for password protection) and ''access'' directives (e.g. Allow/Deny) interact with each other. You can instruct your Apache server to allow requests if ''either'' authentication ''or'' access requirements are met. Or you can insist that ''all'' criteria are met before allowing the request.