1

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

chutsu
  • 165
  • 4

2 Answers2

1

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.

mpbloch
  • 982
  • 9
  • 14
1

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

With lighttpd you are left with FastCGI or mongrels .

Kristaps
  • 2,985
  • 17
  • 22