| knchen 2004-04-22, 3:37 pm |
| Dear All,
I try to upgrade my web page to support the IPv6 address by using
Windows XP and Apache 2.0.49,but there is a setting problem come from
Listen address onto httpd.conf ,I am confused how come this error, the
following is what I did,
1. ipv6 install ##type the command to start ipv6 protocol
2.ipconfig/all ##to check out the 6to4 tunneling IP address is
2002:86d0:1b54::86d0:1b54
3.ping 2002:86d0:1b54::86d0:1b54 from another ivp6-enable WindowsXP
box ##check out the machine is reachable
4.http://www.ipv6.org.tw ## check out the connecting ipv6 address from
the right-bottom message box
5.reconfigure the http.conf, modify the Listen
2002:86d0:1b54::86d0:1b54:80 and save.
6.Test configuration,
7.and then the error message is pop up, "alloc_listener:fail to set up
sockaddress for [2002:86d0:1b54::86d0:1b54], Syntax error on line 12
of c:\program files\apache group\apache2\conf\httpd.conf: Listen setup
failed.
What all I did is follow the apache server documentation and others, I
am confused that how to correctly seeting the listen address for
apache server 2.0.49 to suuport the IPv6 address format.
Thanks for your warm helps in advance.
knchen.
|