I'm trying to find a mod_ruby for lighttpd, not apache2. Does anyone have any ideas?

link|improve this question
feedback

2 Answers

For performance i suggest you running http://www.modrails.com/ with nginx and ruby enterprise.

With lighttpd you are left with FastCGI or mongrels .

link|improve this answer
I'm not trying to build a rails app, just needed a ruby interpreter on a webserver. – chutsu Aug 17 '09 at 18:26
feedback

Ruby is used through FastCGI with LigHTTPd.

For building on OSX Tiger: this guide From the ArchLinux wiki: this wiki

Personally, I have found many build-on-osx guides to be minimally adapted to work on other *nixes.

link|improve this answer
its not a very good page for describing how to configure fastcgi... – chutsu Aug 17 '09 at 18:28
What is your OS? Please look for a tutorial or guide specific to your OS. – mpbloch Aug 19 '09 at 15:53
Added two links which look to be more readable than the last one. – mpbloch Aug 19 '09 at 15:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.