vote up 1 vote down star
1

I've been researching modules for Nginx (my preferred webserver) to serve a Lisp webapp, but I haven't been able to find anything.

Is there modules for Nginx, or is there better ways to serve Lisp webapps? If so, what are they?

flag

80% accept rate

1 Answer

vote up 5 vote down check

If Nginx support proxying, you could always proxy to a Hunchentoot server running on localhost.

link|flag
nginx is first a proxy, and only incidentally a server – Javier Nov 6 '08 at 15:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.