From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: mod_lisp support for guile-www Date: Wed, 07 Jul 2010 00:04:43 +0100 Message-ID: <87sk3w5i0k.fsf@ossau.uklinux.net> References: <873a0bwxdu.fsf@ossau.uklinux.net> <87ocf9z682.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278457545 12602 80.91.229.12 (6 Jul 2010 23:05:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2010 23:05:45 +0000 (UTC) Cc: Guile User List To: Thien-Thi Nguyen Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Jul 07 01:05:43 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OWHCw-0008GO-6z for guile-user@m.gmane.org; Wed, 07 Jul 2010 01:05:42 +0200 Original-Received: from localhost ([127.0.0.1]:33477 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWHCv-0001wp-Jx for guile-user@m.gmane.org; Tue, 06 Jul 2010 19:05:41 -0400 Original-Received: from [140.186.70.92] (port=34261 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWHCf-0001wd-Ak for guile-user@gnu.org; Tue, 06 Jul 2010 19:05:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWHCc-0006oJ-59 for guile-user@gnu.org; Tue, 06 Jul 2010 19:05:25 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:57708) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWHCc-0006iF-05 for guile-user@gnu.org; Tue, 06 Jul 2010 19:05:22 -0400 Original-Received: from arudy (unknown [92.29.72.223]) by mail3.uklinux.net (Postfix) with ESMTP id B65A21F67C8; Wed, 7 Jul 2010 00:04:44 +0100 (BST) Original-Received: from arudy (unknown [192.168.11.8]) by arudy (Postfix) with ESMTP id 5EACE3801D; Wed, 7 Jul 2010 00:04:43 +0100 (BST) In-Reply-To: <87ocf9z682.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Thu, 17 Jun 2010 23:42:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7967 Archived-At: Thien-Thi Nguyen writes: > () Neil Jerram > () Sun, 07 Mar 2010 23:00:13 +0000 > > I'm working on a project that needs a web data server, and I'd like to > use Apache + mod_lisp + Guile for that. > > [extending Guile-WWW: background, rationale, etc] > > [patch] > > I'd like to add this support to Guile-WWW. Has there been any further > development on this patch, or should i run with what you posted? Hi Thien-Thi, Sorry that this reply is so late ... but no, there hasn't been anything since what I posted. And I see that you've since released a new Guile-WWW with this included - thanks for doing that. When I'm working in this area again, I'll of course rebase to the new release and offer any further changes that emerge. Regards, Neil