On Thursday 08 September 2005 06:59, Tuomas J Rinta wrote: > The error message that is generated in the error_log is: > [Tue Sep 06 22:01:42 2005] [error] [client <removed>] request failed: error > reading the headers, referer: http://vuodatus.net/site/control/editblog That suggests the request headers exceeded a hard limit in the server (and very possibly that it was a malformed request). The size of the request is irrelevant UNLESS something is broken, like the headers never being terminated. Setting your loglevel to debug or sniffing the request on the wire might tell you more, if perhaps you can identify where it's coming from to set up a test case. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx