Why does the Web Server using tcp6 ?

You disable tcp6 in the config file AFAIK. I use www/lighttpd for example, and the config file has:
Code:
server.use-ipv6 = "disable"
I looked for something similar for mighty but it is not very evident. I think it should have a similar setting in the config so maybe that's where you can start looking.
 
I cannot find setting in mighty config too.
After
Code:
#sysctl -w [color="Red"]net.inet6.ip6.v6only[/color]=0

then i can use ipv4 now !
 
Back
Top