PDA

View Full Version : Invoking Haskell code


TheColonial
12-28-2007, 11:12 PM
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

mistwang
12-29-2007, 06:21 AM
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.

TheColonial
12-29-2007, 04:22 PM
Thanks for the quick response!