Subject: Re: Modlisp for newbies by a newbie
From: rpw3@rpw3.org (Rob Warnock)
Date: Fri, 16 Jun 2006 04:26:05 -0500
Newsgroups: comp.lang.lisp
Message-ID: <yYmdna1Ut4Sw5A_ZnZ2dnUVZ_t2dnZ2d@speakeasy.net>
Blaine <jillandblaine@hotmail.com> wrote:
+---------------
| I've written a little document that lists the steps I took to get the
| following working together:
| * Apache 2.x
| * Marc Battyani's mod_lisp
| * Kevin Rossenberg's cl-modlisp
| * Some examples from Peter Seibel's Practical Common Lisp (PCL) Chapter 26
| I hope it's at least a little bit helpful to someone.
+---------------

Looks useful! Do you know how hard it is to get it to work with
local-domain (a.k.a. Unix-domain) sockets (AF_LOCAL or AF_UNIX)?
Many people prefer to use that when the Lisp process is on the
same server as Apache, to avoid the risks of having yet another
AF_INET socket open (the "port 3000" in your example).


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607