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 ABC1A18D49 for ; Thu, 21 May 2015 08:12:24 +0000 (UTC) Received: (qmail 98568 invoked by uid 500); 21 May 2015 08:12:17 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 98531 invoked by uid 500); 21 May 2015 08:12:17 -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 98521 invoked by uid 99); 21 May 2015 08:12:17 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 08:12:17 +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 387951A3879 for ; Thu, 21 May 2015 08:12:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.191 X-Spam-Level: * X-Spam-Status: No, score=1.191 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 VcKyhg7gcb0w for ; Thu, 21 May 2015 08:12:13 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 01F7E43EA5 for ; Thu, 21 May 2015 08:12:12 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YvLYJ-0007gU-8J for users@httpd.apache.org; Thu, 21 May 2015 10:10:03 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 May 2015 10:10:03 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 May 2015 10:10:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@httpd.apache.org From: Ivan Voras Date: Thu, 21 May 2015 10:06:07 +0200 Lines: 21 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 Subject: [users@httpd] Composing filters? hello, On a virtual host I want to process every content going out with the SSI / INCLUDES filter. This content may be static files, may be coming from PHP or other tools (it's a mixed environment). Let's assume all content is text/html. What I thought I should do is simply: SetOutputFilter INCLUDES on the VirtualHost level... but it doesn't work. The SSI directives are simply not processed. I've then used the tracebefore / traceafter example from http://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html to see what comes into the filter and what comes out of it and it appears correct, the filter simply doesn't do anything: SetOutputFilter tracebefore;INCLUDES;traceafter Any ideas why, and how to do it? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org