virtual hosts on lighttpd can't load
- by Jake
Thats what I did:
Added following code to lighttpd.conf
$HTTP["host"] =~ "(^|\.)test\.com$" {
server.document-root = "/home/test"
}
created /home/test
Restarted Lighttpd
but it doesn't load anything
Google chrome Error:
No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this webpage later.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
Firefox:
The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few
moments.
If you are unable to load any pages, check your computer's network
connection.
If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
can you please explain How can I fix this?
Really Thanks