Hi Blake,

On 10/4/06, Blake Barnett <shadoi@nanovoid.com> wrote:

0.0.0.0 will not do.  It's a way of saying "ALL interfaces", which
works when you are telling a daemon to LISTEN there, but no to SEND
there.  Which is what you're defining.  Pick an IP that mongrel
responds on for your BackEnd, even 127.0.0.1 would do.
 
Thanks for the explaination. I've now changed mongrel to listen on 127.0.0.1 and Pound to send there.

Michael.