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 4694D7592 for ; Tue, 1 Nov 2011 17:10:26 +0000 (UTC) Received: (qmail 67087 invoked by uid 500); 1 Nov 2011 17:10:25 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 67042 invoked by uid 500); 1 Nov 2011 17:10:25 -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 67034 invoked by uid 99); 1 Nov 2011 17:10:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2011 17:10:25 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jodibosa@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2011 17:10:17 +0000 Received: by wyh22 with SMTP id 22so1002404wyh.18 for ; Tue, 01 Nov 2011 10:09:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=N2UhYW+1vAigHwP3+O0wL5TzSTHSHWlnd1gY4HjfTjE=; b=Jci+Nu6yEk069JKpiUkWoQYOah+NA5M1sPeoKpcqU1wRRXjJ0xcdYKi/0+qz7M0nuq +GlN9BjhXuYHZ17AhHJv+ku2zy6RkB/r+1QW6iBKrcpRYFXlf6QJ5j07V5SscXSyHxow oQLlayW3nn424lebXEZGQxvOy/SLS7up5qV3I= MIME-Version: 1.0 Received: by 10.216.139.83 with SMTP id b61mr95570wej.73.1320167397198; Tue, 01 Nov 2011 10:09:57 -0700 (PDT) Received: by 10.216.90.210 with HTTP; Tue, 1 Nov 2011 10:09:57 -0700 (PDT) Date: Tue, 1 Nov 2011 13:09:57 -0400 Message-ID: Subject: mod_proxy retry From: Jodi Bosa To: modules-dev@httpd.apache.org Content-Type: multipart/alternative; boundary=0016e6db2db8c10b2f04b0af6cfa X-Virus-Checked: Checked by ClamAV on apache.org --0016e6db2db8c10b2f04b0af6cfa Content-Type: text/plain; charset=ISO-8859-1 I'm looking for a filter that works with mod_proxy to resubmit a request to a server based on something being present in a response. In other words: - client browser directs request through proxy - mod_proxy sends request to server - proxy receives response, parses response, and then possibly resubmits the request to the same server again I couldn't spot anything useful in mod_proxy config, and figured should be simple enough in an output filter - but how to trigger the resubmit of the request? Thanks. --0016e6db2db8c10b2f04b0af6cfa--