The proper fix would be to make the Python backend to bind to all the
interfaces associated with "localhost".

On Thu, Oct 13, 2011 at 11:58 AM, Stefan de Konink <[email protected]> wrote:

> The problem here is that cherokee 'server' tries to connect to [::1]:4000
> and the python backend is bound to 127.0.0.1:4000. This affects distro's
> that ignorantly said: bind to the any address is limited to the address
> family.
>
> Now we should blame cherokee server as well, because it should try
> [::1]:4000, and after it 127.0.0.1:4000.
>
> The quick workaround for you: comment out the line ::1 localhost in
> /etc/hosts
>

-- 
Greetings, alo
http://www.octality.com/
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to