i have successfully deployed my app and the mongrel cluster is running
… the problem i have no is that i cannot access the app via a browser
… it always shows me the start page of apache …
how do i say it should use the mongrel cluster instead?
john thanks for the reply …
is the balancer a must? because i did follow everything which is
mentioned in the agile development book and they dont talk about the
balancer…
The balancer isn’t completely necessary. You can use the ProxyPass or
ProxyReverse (I don’t recall the exact config settings right now) to
proxy
all the requests to a single mongrel instance. However, this setup
won’t
really do well in a production environment - you’ll want a balancer and
mongrel_cluster eventually.
Dave
On Dec 10, 2007 9:39 AM, Michal G. <
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.