I test a lot of CMS systems, frameworks and forums on my server and quite often I see this in my browser:
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
This results in a inoperable webserver so I must issue a restart command to make it work again.
There is nothing in my VirtualHost logfile. Nothing in Hiawatha system.log either.
My VirtualHost looks like this:
VirtualHost {
Hostname = cms.benito.k0nsl.org
WebsiteRoot = /var/www/benito/cms/public
StartFile = index.php
AccessLogfile = /var/www/benito/monitor//logfiles/cms.access.log
ErrorLogfile = /var/www/benito/monitor/logfiles/cms.error.log
TimeForCGI = 500
ExecuteCGI = yes
UseGZfile = yes
ShowIndex = yes
#Extension = php
#UseFastCGI = PHP5
UseToolkit = vanilla,expires
EnablePathInfo = yes
MonitorRequests = yes
#PreventCSRF = yes
#PreventSQLi = yes
#PreventXSS = yes
}
Anybody else experienced this and perhaps knows what causes it?
Faithfully,
-k0nsl
Hiawatha version: 8.6
Operating System: CENTOS 5