On Thu, 6 May 2010, R. Scott Belford wrote:

Thanks, Tony. We use vsftp, and this variable is controlled by the
listen setting. I had

#listen_ipv6=YES

commented out for obvious reasons. It is now active and has replaced

Thanks. You might also want to take a look at ftp.hosef.org. Is that supposed to point at mirror.hosef.org or to the website?

Lastly, you can proxy IPv6 connections to the IPv4-only website by adding something like:

# IPv6 proxy for 69.163.192.65
<VirtualHost *:80>
    ServerName hosef.org
    ServerAlias www.hosef.org
    ProxyRequests off
    ProxyPass / http://69.163.192.65/
    ProxyPassReverse / http://69.163.192.65/
    ProxyPreserveHost on
</VirtualHost>

to your apache config on mirror.hosef.org. Then add mirror's IPv6 address as an AAAA RR to hosef.org and www.hosef.org in your DNS. YMMV.


Antonio Querubin
808-545-5282 x3003
e-mail/xmpp:  t...@lava.net
_______________________________________________
LUAU@lists.freesoftwarehawaii.org mailing list
http://lists.freesoftwarehawaii.org/listinfo.cgi/luau-freesoftwarehawaii.org

Reply via email to