From owner-freebsd-apache@FreeBSD.ORG Fri Aug 1 23:07:14 2008 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DCCB106564A for ; Fri, 1 Aug 2008 23:07:14 +0000 (UTC) (envelope-from dwiest@vailsys.com) Received: from dprobd02.vailsys.com (dprobd02.vailsys.com [63.149.73.146]) by mx1.freebsd.org (Postfix) with ESMTP id 18D928FC15 for ; Fri, 1 Aug 2008 23:07:14 +0000 (UTC) (envelope-from dwiest@vailsys.com) Received: from dpfuser01.vail (dpfuser01.vail [192.168.129.103]) by dprobd02.vailsys.com (Postfix) with ESMTP id C92438A5C9E for ; Fri, 1 Aug 2008 18:07:13 -0500 (CDT) Received: from dfwdamian.vail (dfwdamian.vail [192.168.129.233]) by dpfuser01.vail (Postfix) with ESMTP id B5DF65C5A for ; Fri, 1 Aug 2008 18:07:13 -0500 (CDT) Received: (from dwiest@localhost) by dfwdamian.vail (8.13.8/8.13.8/Submit) id m71N7DYN009351 for apache@freebsd.org; Fri, 1 Aug 2008 18:07:13 -0500 (CDT) (envelope-from dwiest@vailsys.com) X-Authentication-Warning: dfwdamian.vail: dwiest set sender to dwiest@vailsys.com using -f Date: Fri, 1 Aug 2008 18:07:13 -0500 From: Damian Wiest To: apache@freebsd.org Message-ID: <20080801230713.GQ56803@dfwdamian.vail> References: <20080729020012.GA56803@dfwdamian.vail> <488E88F1.9010701@p6m7g8.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <488E88F1.9010701@p6m7g8.com> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: FireFox error -12229 w/ apache+ssl-1.3.41.1.59 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2008 23:07:14 -0000 On Mon, Jul 28, 2008 at 11:05:21PM -0400, Philip M. Gollucci wrote: > Damian Wiest wrote: > >I've been tearing my hair out over a problem with the > >apache+ssl-1.3.41.1.59 port running under FreeBSD 7.0-release and am > >hoping that someone can provide some suggestions. > I'd bet this is your issue -- from libapreq. > > =item 1.34 > > have fill_buffer() completely fill the multipart_buffer. This > bug is tickled by the FireFox 2.0 when doing ssl uploads: > > https://bugzilla.mozilla.org/show_bug.cgi?id=356470 > https://bugzilla.mozilla.org/show_bug.cgi?id=369414 > > > > 1.34 is not yet released, you can try using subversion. > > $ svn co https://svn.apache.org/repos/asf/httpd/apreq/branches/1.x > > If you confirm it fixes your problem, I'll get off my lazy but and > release it then update the freebsd port. > > You might also try apreq-dev@httpd.apache.org which I also read :) > > Earliest would be next week. I've built and installed that version of apreq, but I still am getting that -12229 error code. The strange thing is that the error does not occur with all POST requests. I wrote a CGI that simply returns a Content-Type and Refresh header and it works fine. Unfortunately I didn't write the CGIs that I'm trying to debug and they're not written very well, so it's possible that the author's doing something stupid to cause the error. -Damian