From: Curt Hibbs Date: 2005-12-18T15:04:48+09:00 Subject: Re: Why would Webrick use 0.0.0.0:3000 instead of 127.0.0.1: On 12/17/05, Andreas S. wrote: > Curt Hibbs wrote: > > Someone working through my Rolling with Ruby on Rails tutorial is having > > this problem. Does anyone know what could cause it? I pasted the text of > > his message below. > > 0.0.0.0 means "bind to all IP addresses". Thanks! Curt