Project

General

Profile

[Solved] fastcgi and lisp - can anyone (preferably who knows a bit of lisp) suggest how to configure Lighttpd fastcgi please

Added by psychicwarrior almost 6 years ago

Lisp (CLISP in this case) is on the lighttpd server machine and has the necessary fastcgi modules loaded etc.

Reading about the clisp fastcgi implementation here (its a bit sparse): https://clisp.sourceforge.io/impnotes/fastcgi.html (see the example 33.18.3 lower down the page).

What Im interested in knowing, is how to configure the fastcgi on the lighttpd side to allow this example to run please ?

Then what if I have several apps/scripts/programs in lisp (just as one might have several perl/php/c etc) , how is the fastcgi config on the lighttpd side set up so that anything with a '.lisp' extension, for instance, is run ?

Thank you for the starter insight.
PW


Replies (1)

RE: fastcgi and lisp - can anyone (preferably who knows a bit of lisp) suggest how to configure Lighttpd fastcgi please - Added by gstrauss almost 6 years ago

@psychicwarrior: please read my mind. I am going to suggest ... (wait for it) ... that you read the documentation (mod_fastcgi)

lighttpd mod_fastcgi supports any backend which speaks the FastCGI protocol, whether C, PHP, Lisp, or anything else.

If you're asking "how do I do this in LISP?", then I think you should find a LISP forum, which is not here. This forum is for the lighttpd web server.

    (1-1/1)