Invoking Haskell code

#1
Hi guys,

Sorry if this is the wrong forum, I wasn't sure which to post in.

My question is simple: is it easy to configure Litespeed to invoke a haskell interpreter (with FastCGI support)?

If so, what would be the steps required? If not, is it something that needs to be supported directly by Litespeed?

Many thanks.
OJ
 
Last edited:

mistwang

LiteSpeed Staff
#2
Just define a FCGI application, then add a FCGI context, or use the FCGI application as a script handler if it is used to handle files/URL with certain suffix.
 
Top