Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 13214 invoked from network); 17 Aug 2007 14:39:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Aug 2007 14:39:02 -0000 Received: (qmail 36375 invoked by uid 500); 17 Aug 2007 14:38:59 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 36275 invoked by uid 500); 17 Aug 2007 14:38:59 -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 36266 invoked by uid 99); 17 Aug 2007 14:38:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2007 07:38:59 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.227] (HELO smtpout06.prod.mesa1.secureserver.net) (64.202.165.227) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Aug 2007 14:39:19 +0000 Received: (qmail 27250 invoked from network); 17 Aug 2007 14:38:34 -0000 Received: from unknown (125.22.248.174) by smtpout06-04.prod.mesa1.secureserver.net (64.202.165.227) with ESMTP; 17 Aug 2007 14:38:34 -0000 Message-ID: <83C81F7C7D03492489125B6D54155500@msysp1> From: "Pitchaimani Muthuveeran" To: References: <1187359763.59125.ezmlm@httpd.apache.org> In-Reply-To: <1187359763.59125.ezmlm@httpd.apache.org> Subject: Handling Response in mod_proxy Date: Fri, 17 Aug 2007 20:07:58 +0530 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16480 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I want to get the URL list available in the response content from a proxy web-server (where mod_proxy alone is enabled). I tried with apache output filter option, which works fine for me. But I want to do it with out using output filter option. Thanks, Mani