IPv6
Thttpd on FreeBSD running IPv6 how to :
Edit the startup script : /usr/local/etc/rc.d/thttpd
Find the line :
thttpd_flags=${thttpd_flags:-"-C /usr/local/etc/thttpd.conf"}
Modify it to look like this :
thttpd_flags=${thttpd_flags:-"-C /usr/local/etc/thttpd.conf -h <your ip V 6 address>"}