Written by
in
“อยากตั้งค่า Apache Web Server ให้เปิดใช้ IPv6 ต้องทำอย่างไร”
sudo vim /etc/apache2/ports.conf
Listen 192.168.xxx.yyy:80 Listen [2001:xxxxxx:101]:80
sudo /etc/init.d/apache2 restart
netstat -na | grep ":80"
See author's posts
You must be logged in to post a comment.
Leave a Reply
You must be logged in to post a comment.