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 F015B909E for ; Wed, 5 Oct 2011 05:15:57 +0000 (UTC) Received: (qmail 61596 invoked by uid 500); 5 Oct 2011 05:15:54 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 61579 invoked by uid 500); 5 Oct 2011 05:15:54 -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 61568 invoked by uid 99); 5 Oct 2011 05:15:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 05:15:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of btimby@gmail.com designates 209.85.214.45 as permitted sender) Received: from [209.85.214.45] (HELO mail-bw0-f45.google.com) (209.85.214.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 05:15:46 +0000 Received: by bkbzv15 with SMTP id zv15so2033574bkb.18 for ; Tue, 04 Oct 2011 22:15:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=f8Was1pYUBdQyWjyGSVTliA08uOgFxso93mXHoT0ufg=; b=Jb4HvooLCl3NHAi+1wX8g8tLiQxSJX+MBgjupLPAKUZKxvukHgd/WkgrJ+Hp4rUItt YnQEZbwUeIcGgO8KzOuLGHnVXmLyY/UXvYDe6wGR/DHx0prGXqglwOxYfBBU3ufhiXoF 00vIf7A/37rmCoA+mIpC3Azd5Hb9+m9ow1q+U= MIME-Version: 1.0 Received: by 10.223.52.197 with SMTP id j5mr2986447fag.6.1317791725768; Tue, 04 Oct 2011 22:15:25 -0700 (PDT) Received: by 10.223.155.11 with HTTP; Tue, 4 Oct 2011 22:15:25 -0700 (PDT) In-Reply-To: References: Date: Wed, 5 Oct 2011 01:15:25 -0400 Message-ID: From: Ben Timby To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Can Basic authentication (or equivalent) ask a script to perform the authentication? On Tue, Oct 4, 2011 at 8:51 PM, Devraj Mukherjee wrote: > Is it possible to configure Apache to ask a script to perform the > authentication / authorization but allow Apache to serve the content? Yes, with mod_wsgi even. http://code.google.com/p/modwsgi/wiki/AccessControlMechanisms --------------------------------------------------------------------- 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