![]() |
[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) |
Quote:
|
add this to our to-do list.
|
I have also noticed this. As our network is native IPv6 a solution would be nice.
Now I fixed it with a set of wrapper/check scripts. |
Latest 4.0.12 build should fix this. Please try a manual upgrade.
|
4.0.13 (FreeBSD 8-STABLE) still has the ipv6 listener problem:
2010-04-01 00:08:29.428 [ERROR] [config:admin:listener:localadminlistener-6] failed to start SSL listener on address [2001:610:722:0:217:195:117:160]:280! 2010-04-01 00:08:29.744 [ERROR] HttpListener::start(): Can't listen at address virasena.mediamonks.net-6: Address already in use! 2010-04-01 00:08:29.744 [ERROR] HttpServer::addListener(virasena.mediamonks.net-6) failed to create new listener 2010-04-01 00:08:29.744 [ERROR] [config:server:listener:virasena.mediamonks.net-6] failed to start listener on address [2001:610:722:0:217:195:117:160]:80! |
We need the full error log after graceful restart is initiated till the new instance of LSWS starts, usually across two log files if log file are rotated automatically when LSWS restart.
Make sure the per process file descriptor limit is high enough. |
Code:
2010-04-02 06:05:17.779 [NOTICE] Server restart request from admin interface!Code:
2010-04-02 06:05:17.790 [NOTICE] Free software update of your owned license will expire in 41 days. |
I need INFO level log.
|
Looks like [::]:280 the wildcard IPv6 is in use
2010-04-02 06:05:17.793 [NOTICE] Recovering server socket: [[ANY]:280] You cannot create another listener on the same port binding to individual IPv6 address. |
| All times are GMT -7. The time now is 12:35 AM. |