Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 79565 invoked from network); 4 Dec 2005 15:46:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Dec 2005 15:46:01 -0000 Received: (qmail 6464 invoked by uid 500); 4 Dec 2005 15:45:57 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 6417 invoked by uid 500); 4 Dec 2005 15:45:57 -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 6405 invoked by uid 99); 4 Dec 2005 15:45:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2005 07:45:56 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [82.92.184.195] (HELO sanguis.xs4all.nl) (82.92.184.195) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2005 07:45:55 -0800 Received: from localhost (localhost.joost.localnet [127.0.0.1]) by sanguis.xs4all.nl (Postfix) with ESMTP id 9253E9061 for ; Sun, 4 Dec 2005 16:43:54 +0100 (CET) Received: from sanguis.xs4all.nl ([127.0.0.1]) by localhost (sanguis.xs4all.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 82847-06 for ; Sun, 4 Dec 2005 16:43:54 +0100 (CET) Received: from [192.168.1.58] (joost.joost.localnet [192.168.1.58]) by sanguis.xs4all.nl (Postfix) with ESMTP id 3B3C8905F for ; Sun, 4 Dec 2005 16:43:54 +0100 (CET) Message-ID: <43930F1D.7020409@sanguis.xs4all.nl> Date: Sun, 04 Dec 2005 16:45:33 +0100 From: Joost de Heer User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: mod_proxy error, segmentation fault References: <59925.194.51.215.62.1132593855.squirrel@webmail.nbux.com> <20051123171348.GA22366@redhat.com> <4388AC09.2000907@nbux.com> <4389A967.8080607@apache.org> <4389E635.8000503@nbux.com> <4392FD80.5020500@nbux.com> In-Reply-To: <4392FD80.5020500@nbux.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at sanguis.xs4all.nl X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N >> RewriteRule "(.*)" >> "http://uxdev14.sofinco.fr:8080%{REQUEST_URI}" [P,L] Try without the " around the second argument? Joost