FCGI / lighttpd Hosts

Can anyone recommend a good host that runs FCGI or lighttpd reliably?

We’re with a (shared) host now that just runs Rails in regular CGI mode,
and we’re killing the
server with the Rails startup time for each request. Our load really
isn’t that bad, except for
the startup cost. Unfortunately the host can’t do FCGI in a shared
environment.

Do any hosts do FCGI in a shared environment, or do we have to get a
dedicated server (or run
under a VM)?

Thanks.

On Dec 8, 2005, at 11:55 AM, Kian Wright wrote:

a dedicated server (or run
under a VM)?

Thanks.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Kian-

I have had very good luck with running rails on a VPS with

rimuhosting.com . I have written a few articles about this here:

http://brainspl.at/articles/2005/11/11/rails-vps-servers-at-
rimuhosting-com

And here is a tutorial I wrote for setting up a nice debian lighttpd/

fcgi server in a VPS or dedicated environamen:

http://brainspl.at/rails_stack.html

Hope those help you out some.

Cheers-

-Ezra Z.
Yakima Herald-Republic
WebMaster
http://yakimaherald.com
509-577-7732
[email protected]

Hi !

2005/12/8, Ezra Z. [email protected]:

    And here is a tutorial I wrote for setting up a nice debian lighttpd/

fcgi server in a VPS or dedicated environamen:

Ruby on Rails Blog / What is Ruby on Rails for?

Just want to chime in that I’ve followed those steps, and everything
worked out fine immediately.

Thanks Ezra for the great HOWTO.

Bye !