在 WinXP 环境和 Centos5 环境都试过了,创建的 App/public 文件夹内都没有 dispatch.fcgi 和 dispatch.rb 。
Ruby 是 1.8.6 P0, 用 Lighttpd 搭建, 结果 Lighttpd 找不到 dispatch.fcgi, 报错启动不了。
是不是 Rails 从 2.3.2 开始用了另外一种方式跑 fcgi ?
如果是的话又要怎样搭建 lighttpd 呢?
在 WinXP 环境和 Centos5 环境都试过了,创建的 App/public 文件夹内都没有 dispatch.fcgi 和 dispatch.rb 。
Ruby 是 1.8.6 P0, 用 Lighttpd 搭建, 结果 Lighttpd 找不到 dispatch.fcgi, 报错启动不了。
是不是 Rails 从 2.3.2 开始用了另外一种方式跑 fcgi ?
如果是的话又要怎样搭建 lighttpd 呢?
这是官方blog的确切消息,3.0的铁定不支持CGI了。所以,建议转NGINX/mongrel 或者 passenger,现在这些更流行,用的人也更多。
[quote][b]Removed: CGI Support[/b]
Rails 3 will not support direct CGI dispatching. This was deprecated in Rails 2.3, so it should be no surprise to anyone that it’s being removed entirely. If you need to use CGI for some reason, though, remember that it’s still supported through Rack. [/quote]
[url]http://weblog.rubyonrails.org/2009/4/17/this-week-in-edge-rails[/url]