mongrel

mongrel_cluster.yml

port: "3001" environment: production pid_file: log/mongrel.pid servers: 5 cwd: /home/www/myapp/current 404 Not Found リモート側でmongrelのpidファイルを見つけられないことがあったので、cwdを設定してみようと思います。

apache2.2 + mongrel cluster

apache2.2のmod_proxy_balancerを使ってmongrel clusterにリクエストを割り振るようなものをセットアップしてみました。 かなりすんなりいけた。というのは、こちらがとても親切に説明していてくれたからです。多謝。 Apache 2.2.0 のロードバランス機能(mod…