Apache status - 200 send bytes '-'
Hello,I got strange behaviour in one of my vhost on separate IP. When I enter url to browser it connects to server, waits few seconds and shows - 'Status: Done', but no page is loaded to browser. I tired to use telnet:
> telnet IP 80
Trying IP...
Connected to IP.
Escape character is '^]'.
GET / HTTP/1.0
Connection closed by foreign host.
In access_log for all such requests I've got :
"GET /index.php HTTP/1.1" 200 - "-" "Mozilla/4.0...."
Strange is that server logs status 200 when there is no "HTTP/1.1 200 OK" nor the answer header at all. But it's right that it sends no data so there is '-'.
One more thing - it does not happend all the time. From time to time the apache server works ok, and it works all the time ok for other vhosts on other separate IPs and shared IP.
Nothing in error_log. PHP throws no error.
Please help!
TIA.
makersky