newLISP + Cherokee Web Server

Q&A's, tips, howto's
Locked
joejoe
Posts: 173
Joined: Thu Jun 25, 2009 5:09 pm
Location: Denver, USA

newLISP + Cherokee Web Server

Post by joejoe »

Hi, is it possible to have nL serve pages through Cherokee Web Server?

http://www.cherokee-project.com/

If so, how do you allow them to work together?

Is it just creating nL .cgi files and calling them from the browser from the proper location?

Thanks much!

PapoAnaya
Posts: 16
Joined: Mon Oct 24, 2005 6:55 pm

Re: newLISP + Cherokee Web Server

Post by PapoAnaya »

Not that I am familiar with it, but it would entail configuring it to identify .lsp extensions as executables and make sure that all your cgi are have execution priviledges with a !# indicating the location of the interpreter. Perhaps as al alterntive would be to use new lisp as a surrogate server and invoke functions from the web server, that is more complicated though. You can also code a module being that it is only one call to execute the interpreter.

It is up to you to determine how crazy you want to go.

Locked