Windows server 2012 server, I used HE to make ipv6, but apche cannot access it. httpd.conf is configured with Listen [here is my ipv6 address]:80 and cannot be accessed. Please give me an answer! ! !
勇敢的心2018-08-01 09:36:31
Are you using phpstudy under window or Linux? If it is Linux apache, you can set it up like this:
1. Configure the IPv6 address vi/tc/sysconfig/network-scripts/ifcfg-eth0
Modify the following three places
IPV6INIT=”yes” IPV6ADDR=2400:A480:AAAA:200::159 IPV6_DEFAULTGW=2400:A480:AAAA:200::1
2. Restart the network service PING external network to test connectivity
servicenetoworkrestart pingipv6.baidu.com
3. Remote testing on the client side
Open the remote connection tool: SecureCRT
4. After the above steps, we have completed the configuration of the IPv6 address under the Linux operating system .