Hello!
Run problems after upgrading to mongrel 1.0.3 from 1.0.1:
uname -sr
FreeBSD 7.0-BETA1
mongrel_rails start
** Starting Mongrel listening at :3000
** Starting Rails with development environment…
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no
restart).
** Rails signals registered. HUP => reload (without restart). It might
not work well.
** Mongrel available at 0.0.0.0:3000
** Use CTRL-C to stop.
telnet 127.0.0.1 3000
Trying 127.0.0.1…
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host
telnet localhost 3000
Trying 127.0.0.1…
telnet: connect to address 127.0.0.1: Connection refused
Trying ::1…
Connected to localhost.host.
Escape character is ‘^]’.
sockstat | grep 3000
root ruby18 14834 3 tcp6 *:3000 :
Why only tcp6?
–
WBR