You mean as in "it doesn't seem to work". Yup. Had that problem. I can only seem to get the virtual hosts working if I maintain an ipv4 only set. :/ Of course it's not beyond the bounds of possibility that I'm missing some key simple thing.
D "James Bromberger (CWIS Officer)" wrote: > > Has anyone been experiencing any weirdness with IPv6 and Named Virtual > Hosting? > > I have a very simple set up on a test machine with the following config: > > ---excerpt from httpd.conf ---- > NameVirtualHost 10.0.1.60 > > <VirtualHost 10.0.1.60> > ServerName pelican > AddHandler cgi-script .cgi > Options ExecCGI > DirectoryIndex index.cgi > DocumentRoot /var/www/pelican > ErrorLog /var/log/apache/pelican-error.log > TransferLog /var/log/apache/pelican-access.log > </VirtualHost> > > <VirtualHost 10.0.1.60> > ServerName james > DocumentRoot /var/www > </VirtualHost> > --- end excerpt ---- > > All of this works fine with non ipv6 (1.3.9-10), and I can happily > `dpkg -i apache_1.3.9-10.deb` to get it to work, and `apt-get upgrade` > to break it - without touching the config files at all. > > Can anyone please tell me why should be so different with the IPv4 Named > Virtual Hosting here? I assume others have got NVH and IPv6 working... > > Many Thanks, > > -- > James Bromberger, UWA Campus Wide Information Systems Officer (UWA Webmaster) > Work Ph: +61-8-9380-7306 Work Fax: +61-8-9380-1162 > Remainder moved to http://www.ucc.gu.uwa.edu.au/~james/james/sig.html > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

