From: "Andreas S." Date: 2005-12-18T02:36:38+09:00 Subject: Re: Why would Webrick use 0.0.0.0:3000 instead of 127.0.0.1: 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". -- Posted via http://www.ruby-forum.com/.