Ruby Setup

mistwang

LiteSpeed Staff
#2
Yes, if you search on the forum you will find.
Instaed of patching ruby's fcgi code, you need to turn off fcgi persistent connection in the corresponding Ruby FCGI extapp configuration.
 

zoom

Well-Known Member
#3
Thanks mistwang,
I did find the other posting on the forum about Ruby. However, I guess I was looking for some more insight into how I accomplish it using litespeed. From what I've read it seems that I need to create an External application entry for my virtual host. I'm just not sure what exactly I need to put in the address field, or other fields in order for it work correctly.

I'm assume that I need to create a specialized context entry that points "/" and uses the external application definition. Do I need anything for the Script Handler as well???

If anyone has an example, or can guide me on what needs to be setup for Ruby to work correctly under litespeed it would be much appreciated. I'm kinda new to the fastcgi world working mostly with Apache2 mods ie: mod_php, mod_perl. Thanks again.
 
Top