Grzegorz Tañczyk wrote: > Hello Andreas, > > If You are using Tomcat then try to set up timeouts(connection, > read, upload and others if there are any) in server.xml. >
I've experienced the same kind of bugs which only seems to occur with a httpd + tomcat configuration. I've switch from mod_jk2 (deprecated) to mod_jk without better results (but now the configs are easily understandable). Things seems to go right since i've put a JkOptions +ForwardURICompatUnparsed Hope it helps. Regards.