From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: mod_lisp support for guile-www Date: Thu, 17 Jun 2010 23:42:21 +0200 Message-ID: <87ocf9z682.fsf@ambire.localdomain> References: <873a0bwxdu.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276811130 28573 80.91.229.12 (17 Jun 2010 21:45:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 21:45:30 +0000 (UTC) Cc: Guile User List To: Neil Jerram Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jun 17 23:45:29 2010 connect(): No such file or directory 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 1OPMts-0002zW-PX for guile-user@m.gmane.org; Thu, 17 Jun 2010 23:45:28 +0200 Original-Received: from localhost ([127.0.0.1]:48145 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPMts-0006Pk-3S for guile-user@m.gmane.org; Thu, 17 Jun 2010 17:45:28 -0400 Original-Received: from [140.186.70.92] (port=42890 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPMtm-0006P7-1Q for guile-user@gnu.org; Thu, 17 Jun 2010 17:45:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPMtk-0004A1-G4 for guile-user@gnu.org; Thu, 17 Jun 2010 17:45:21 -0400 Original-Received: from smtp205.alice.it ([82.57.200.101]:45569) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPMtk-00049k-Ad for guile-user@gnu.org; Thu, 17 Jun 2010 17:45:20 -0400 Original-Received: from ambire.localdomain (95.245.66.240) by smtp205.alice.it (8.5.124.08) id 4C1A264500088078; Thu, 17 Jun 2010 23:44:39 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1OPMqr-0006kg-86; Thu, 17 Jun 2010 23:42:21 +0200 In-Reply-To: <873a0bwxdu.fsf@ossau.uklinux.net> (Neil Jerram's message of "Sun, 07 Mar 2010 23:00:13 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:7887 Archived-At: () 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? thi