From owner-freebsd-isp Tue Feb 15 21:17:26 2000 Delivered-To: freebsd-isp@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by builder.freebsd.org (Postfix) with ESMTP id B4F9B44D1 for ; Tue, 15 Feb 2000 21:17:06 -0800 (PST) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id LAA09295; Wed, 16 Feb 2000 11:13:57 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Wed, 16 Feb 2000 11:13:57 +0600 (NS) From: Max Khon To: Gene Harris Cc: Arthur Kelly , Jim Weeks , freebsd-isp@FreeBSD.ORG, hetzels@westbend.net Subject: apache + fp extensions bug In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, there! On Tue, 15 Feb 2000, Gene Harris wrote: > > >There is a port based on apache 1.3.9 that includes fp, php, and ssl. > > > > Does it use the open source fp extensions? > > It uses mod_frontpage.c. It is a great piece of work. I > hope it ends up in the ports collection soon. this great piece of sh^H^Hwork has one horrible bug I found yesterday. I tried to make fpcount.exe to work under Solaris (Sparc) while it worked fine with apache built from the same sources under FreeBSD and Linux (i386). the bug is in supplied by Microsoft patch for http_request.c and apache + fp worked under Linux and FreeBSD only because r->execfilename is allocated in memory right before r->filename. new patch-fi (put it to /usr/ports/www/apache13-fp/patches/) attached. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message