https://issues.apache.org/bugzilla/show_bug.cgi?id=50109
Summary: HTTP 2.2.16 doesn't support IPv6 on Windows
Product: Apache httpd-2
Version: 2.2.16
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: All
AssignedTo: [email protected]
ReportedBy: [email protected]
I downloaded Apache HTTP Server version 2.2.16
"httpd-2.2.16-win32-x86-openssl-0.9.8o.msi". The installation was successful
and the web server can be accessed through 'http://localhost'.
However, the local IPv6 address '::1' is not working. The browser reports
'connection failed' when accessing the web server through 'http://[::1]'.
I changed the 'Listen 80' statement to:
Listen [::]:8080
Listen 0.0.0.0:8080
After this change, the 'httpd.exe' reports the following errors:
[Mon Oct 18 09:20:39 2010] [crit] (OS 11001)No such host is known. :
alloc_listener: failed to set up sockaddr for [::]
Syntax error on line 47 of D:/Program Files/Apache Software
Foundation/Apache2.2/conf/httpd.conf:
Listen setup failed
What has changed between version 2.2.15 and 2.2.16?
My environment is Windows XP with SP3 and IPv6 enabled. A ping6 to '::1' runs
correct.
Thanks for your support.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]