加藤です。 lighty + FastCGIよりも、Apache + Mongrel の方がセットアップがラクだなぁと思う今日この頃、Capistrano の設定を忘れてしまいそうなのでメモ。 config/deploy.rbではMongrel Cluster用のレシピを読み込んで、オプション変数にmongrel_cluster.ymlの場所をセットします。 require 'mongrel_cluster/recipes' # This defines a deployment "recipe" that you can feed to capistrano ... # ============================================================================= # OPTIONAL VARIABLES # =========