View Single Post
  #1  
Old 11-02-2009, 10:46 PM
envygeeks envygeeks is offline
New Member
 
Join Date: Nov 2009
Posts: 4
Default [Resolved] IPv6 bugs.

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)

Last edited by NiteWave; 04-06-2010 at 01:30 AM..
Reply With Quote