View Single Post
  #2  
Old 01-07-2010, 09:39 PM
Xorlev Xorlev is offline
Senior Member
 
Join Date: Nov 2005
Posts: 58
Quote:
Originally Posted by envygeeks View Post
There are a few bugs in your application of IPv6 which I hope you will fix rather quickly as IPv6 is very important to us.

Problem: Inability to set "IPv6" address in virtual host listeners and apply it to real world.
Example: example.com, www.example.com, [2001:1::2]
Result: 404 for http://[2001:1::2]
Comparison: IPv4 works by application and testing, theoretically IPv6 should too.
Where [2001:1::2] would be the actual IPv6 IP.

Problem: Litespeed web server does not wait long enough before trying to listen again.
Example: Restarting an IPv6 based web server results in the IPv6 listener not being started but IPv4 starting.
Result: Failure
Temporary Fix: Cycling then recycling again in 5 seconds (approximate)
I would also like to see these bugs fixed. I've been transitioning my sites to IPv6 as well.
Reply With Quote