Re: Apache won't connect to app server after ubuntu 9.10 upgrade

Andreas Poisel <[email protected]> Sun, 6 Dec 2009 13:06:22 +0100
Newsgroups gmane.comp.python.webware
Message-ID <20091206120622.GR25729@trude>
* Peter Lyons <pete-qR/[email protected]> [06.12.2009 08:20]:

> I think you are probably correct that there is some IPv4/IPv6 issue at play
> here, but I don't know what that would be exactly.

Maybe we should mention how to quickly fix the problem:

Either remove IPv6-related entries from /etc/hosts (should you not need
them) or change the apache configuration from something like

    <Location /PATH>
        WKServer localhost PORT
        [...]
    </Location>

to

    <Location /PATH>
        WKServer 127.0.0.1 PORT
        [...]
    </Location>

-- 
Bye, Andreas

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev