Hi,
I have a problem with lighttpd 1.4.17 with the following configuration:
$HTTP["host"] == "domain.de" {
url.redirect = (
"" => "http://www.google.de"
)
}
If I try to access domain.de in Opera or IE the redirect is processed very quickly. If I try with FF2 the redirect takes about 30s. From the lighty debug logs I can see that lighty completes the requests an sends the 301 to all Browsers right away.
I suspect that somehow the connection to the Browser is not closed correctly and Opera and IE have a different handling of those cases, so they still seem to work correctly.
In lighttpd 1.4.16 everything works fine.
Best Regards
Sebastian