Return-Path: X-Original-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DC664059 for ; Wed, 8 Jun 2011 12:16:20 +0000 (UTC) Received: (qmail 66247 invoked by uid 500); 8 Jun 2011 12:16:19 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 66169 invoked by uid 500); 8 Jun 2011 12:16:19 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 66160 invoked by uid 99); 8 Jun 2011 12:16:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 12:16:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of maurizio.totti@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 12:16:13 +0000 Received: by qyk10 with SMTP id 10so336978qyk.18 for ; Wed, 08 Jun 2011 05:15:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=wSrNUZW45kkvH0UPP3J8wiNX4HaYn0TLCLJ4IPEKmWU=; b=uDfMwBwikeaSzlby5e0viCchHHM49jvktLq1imG8PWkuyoo4G89f3XpUrkl7NGLvsH //0Y4frhLGiF96KaM4KJzst+JdmXVilM4I5TF3d3Kg8VdUFm5Wt5QgYPknWcqPF2xcRp ULHmWTQB0ZkX8lXuo63bvkpykr44Qc+dyeMFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DJWnUCJxzDnhlLnaxLIqr3oNrO51A3SAznY6C6b2vBVCTa3qWu7sdj1pBkKsosHlNO As+9BptXcF70nwx0ukAZIh0wduCdcyODse0axxg+FZVPSbeEK3IHyq+Q5QL8s+yPNgRH Z5Z9IOPnXWf3cNWJx7RWNRmcK+IZ+bU70iGSE= MIME-Version: 1.0 Received: by 10.224.64.208 with SMTP id f16mr3795167qai.66.1307535351948; Wed, 08 Jun 2011 05:15:51 -0700 (PDT) Received: by 10.229.212.71 with HTTP; Wed, 8 Jun 2011 05:15:51 -0700 (PDT) In-Reply-To: <20110606131601.2dea318c@bettercgi.com> References: <4DECD99B.8080103@simonecaruso.com> <20110606110100.06d6f936@bettercgi.com> <20110606131601.2dea318c@bettercgi.com> Date: Wed, 8 Jun 2011 14:15:51 +0200 Message-ID: Subject: Re: Add a variable on http header From: Maurizio Totti To: modules-dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2011/6/6 Ray Morris : > That sounds a lot more like authorization phase than content generation. > See ap_hook_auth_checker and ap_hook_access_checker. I could also > see it as a filter, but it's definitely not creating the content, so > it's not handler. Hi, Thanks at all, I've resolved at the end :-) This works fine for my testbed: http://pastebin.com/V3d65qNT The problem was (thanks Ray) find the correct hook! See you! Regards -- Maurizio Totti