On Wed, Aug 13, 2008 at 4:46 PM, Sean Hussey <seanhus
...@gmail.com> wrote:
> Heh, well, I can't ignore it because I get a 500 error. :) (I forgot
> to mention that.)
> There's another change mentioned in that ticket that seems to work,
> but I have a feeling it's not the best way to handle it.
> Thanks,
> Sean
> On Wed, Aug 13, 2008 at 4:33 PM, Daniel Higginbotham
> <dan...@flyingmachinestudios.com> wrote:
>> Here's the message I got from EngineYard when I asked about this:
>>> That log message is the result of a bug in Rails 2.1 that is going
>>> to be patched in the next release:
>>> http://rails.lighthouseapp.com/projects/8994/tickets/322-don-t-return...
>>> It's safe to ignore for now.
>> Daniel
>> On Aug 13, 2008, at 4:25 PM, Sean Hussey wrote:
>>> Hi everyone,
>>> I'm setting up a mongrel cluster behind Apache, and I'm seeing this
>>> error in the production.log:
>>> /!\ FAILSAFE /!\ Wed Aug 13 14:58:44 +0000 2008
>>> Status: 500 Internal Server Error
>>> IP spoofing attack?!
>>> HTTP_CLIENT_IP="76.8.71.67"
>>> HTTP_X_FORWARDED_FOR="10.20.1.223"
>>> Huh?
>>> The only reference I could find to this was here:
>>> http://www.ruby-forum.com/topic/154836
>>> Which details a patch here:
>>> http://rails.lighthouseapp.com/attachments/25763/forwarded_client_ip_...
>>> But the patch didn't change anything for me.
>>> Any ideas?
>>> Sean