Tagged Questions

11
votes
7answers
5k views

Any thoughts on RightScale and Scalr for dynamic Ec2 instance managment

I'm looking for a cost effective tool for managing an web app on Ec2. Rightscale seems to the big dog and charges for it. Scalr looks like a more cost effective solution but it's hard to find out any ...
4
votes
4answers
640 views

Send Redirects To Specific Ports

I have an Rails application server that is listening on port 9000, and is being called through haproxy. All my redirects from that server are being redirected back through port 9000, when they should ...
0
votes
1answer
22 views

Too verbose log entries with Rails 3.1

UPDATE: It was not the problem that HAProxy doesn't recognize Rails, it was my mistake. The real problem though is that every request clogs up the log. Updated the entire question. Every time the ...
0
votes
3answers
89 views

Ignore Rails logging for requests based on IP

I've got a rails app that is behind HAProxy and I'd like to ignore all of the Rails logging coming from the pings from the HAProxy servers. The servers are pinging ~1/sec and are really cluttering up ...
0
votes
1answer
168 views

How to configure login when using multiple servers running a distributed service (HAProxy, Apache, Ruby on Rails)

I have 3 servers running a website. I now need to implement login system and I am having problems with it as user gets a different behavior (logged in or logged out) depending on the server it gets ...