Changed line 105 of /usr/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/request.rb
from - ip =~ /^unknown$|^(10|172\.(1[6-9]|2[0-9]|30|31)|192\.168)\./i + ip =~ /^unknown$|^(10|172\.(1[6-9]|2[0-9]|30|31))\./i Chris Winslett wrote: > Does anyone know of a recent change in the way Rails or Mongrel handles > headers? > > After the following updates: > > Rails updated to 1.2.5 > Mongrel updated to 1.1 > > All log files show as the following no matter the host they come from: > > Processing UserController#login (for 127.0.0.1 at 2007-11-08 12:38:24) > [GET] > > The site runs through Apache 2.2 load balancer, and no configuration > changes have been made to Apache. > > Chris -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---
