Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 71039 invoked from network); 23 Mar 2006 18:34:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Mar 2006 18:34:12 -0000 Received: (qmail 51313 invoked by uid 500); 23 Mar 2006 18:33:56 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 51253 invoked by uid 500); 23 Mar 2006 18:33:56 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 51240 invoked by uid 99); 23 Mar 2006 18:33:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2006 10:33:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lalsachi@gmail.com designates 64.233.184.207 as permitted sender) Received: from [64.233.184.207] (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2006 10:33:55 -0800 Received: by wproxy.gmail.com with SMTP id i31so528498wra for ; Thu, 23 Mar 2006 10:33:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Fgs6wmmxu3/7QwvE6XSnT74KTOpUEUloNDyvr7BZqgzQFiImwmABgX7PzGsaacsc5oaH5dShLvq8cEv37k89rX1DGA772nGyhvXMG7m1dg9N4wH3tnYX9Fzxvxcy+TvQP10xs5VlHJaq7SGLAcG6jCcOga/PCs0fSBQFKD1z7B0= Received: by 10.64.208.19 with SMTP id f19mr1854560qbg; Thu, 23 Mar 2006 10:33:15 -0800 (PST) Received: by 10.65.205.7 with HTTP; Thu, 23 Mar 2006 10:33:15 -0800 (PST) Message-ID: Date: Fri, 24 Mar 2006 00:03:15 +0530 From: "sachin sachin" To: apache-modules@covalent.net, dev@httpd.apache.org, "sachin sachin" Subject: Help Segmentation fault - mod_proxy_html module MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1174_2500996.1143138795142" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_1174_2500996.1143138795142 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi all, I used mod_proxy_html module for rewriting the html urls and scripts. Here the following configuration i did in httpd.conf file. SetOutputFilter proxy-html ProxyHTMLURLMap (.*) /$1 RXi ProxyHTMLMeta On ProxyHTMLExtended on ProxyHTMLFixups on ProxyHTMLLogVerbose On ProxyHTMLStripComments on RequestHeader unset Accept-Encoding Segmentation fault occured, when i configured ProxyHTMLExtended on. Segmentation fault did not occur, when i configured ProxyHTMLExtended off. The version of mod_proxy_html is 2.5 http://apache.webthing.com/mod_proxy_html/mod_proxy_html.c Please suggest and help me ,Is any solution/fix available. Thanks, sachin. ------=_Part_1174_2500996.1143138795142 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi all,

I used mod_proxy_html module for rewriting the html urls and scripts.

Here the following configuration i did in httpd.conf file.
<Location /  >
        SetOutputFilter  proxy-html=
        ProxyHTMLURLMap (.*) /$1  R= Xi
        ProxyHTMLMeta On
       ProxyHTMLExtended on
       ProxyHTMLFixups on
      ProxyHTMLLogVerbose On
      ProxyHTMLStripComments on       RequestHeader    unset  Accept-Encoding
</Location>

Segmentation fault occured, when i configured ProxyHTMLExtended on.
Segmentation fault did not occur, when i configured ProxyHTMLExtended off.

The version of mod_proxy_html is 2.5
http= ://apache.webthing.com/mod_proxy_html/mod_proxy_html.c

Please suggest and help me ,Is any solution/fix available.

Thanks,
sachin.
------=_Part_1174_2500996.1143138795142--