Page 1 of 1

newLISP + Cherokee Web Server

Posted: Sun Feb 20, 2011 8:53 pm
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!

Re: newLISP + Cherokee Web Server

Posted: Sat May 14, 2011 4:23 am
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.