* Peter Lyons <p...@peterlyons.com> [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
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to