Re: [Rails-core] #5133 allow spawner to bind to a custom IP

2006-05-26 Thread Dee Zsombor
Yes indeed it breaks non single machine setups, but since they are fewer (and probably better maintained) I've considered that opting for the safest choice by default would serve the most. Added a second patch with your observations, that keeps the 0.0.0.0 default and only advises bind to localhos

Re: [Rails-core] #5133 allow spawner to bind to a custom IP

2006-05-25 Thread Michael Koziarski
I'm a bit hesitant to apply at patch that will break my own deployments. Perhaps it should default to 0.0.0.0 and have the usage mention 'you probably want to use 127.0.0.1? On 5/26/06, Dee Zsombor <[EMAIL PROTECTED]> wrote: Just a ping on this ticket http://dev.rubyonrails.org/ticket/5133 Ad

[Rails-core] #5133 allow spawner to bind to a custom IP

2006-05-25 Thread Dee Zsombor
Just a ping on this ticket http://dev.rubyonrails.org/ticket/5133 Adds "-a" option to spawner if the installed spawn-fcgi binary allows binding to a custom address. In case it does by default spawner will create fcgi listeners that bind to 127.0.0.1 only instead of the less secure 0.0.0.0. For s