虽然 Apache 是 Rails 的默认 Web 服务器选择,但 Rails 并非非它不可。任何能够进行一些前端重写并处理 FastCGI 应用程序的 Web 服务器都可以运行 Rails。Lighttpd 就是这样一款 Web 服务器。
如果您有兴趣尝试,TJ Vanderpoel 已经撰写了一篇 详尽的教程,介绍如何在 Debian 上使用 Lighttpd 配合 FastCGI 运行 Rails。