phpstuday how to parse ipv6
鲜~
鲜~ 2018-07-31 16:47:26
0
1
1590

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! ! !

鲜~
鲜~

reply all(1)
勇敢的心

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 .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!