DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18719>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18719 TCP_NOPUSH dependency causes requests to fail ------- Additional Comments From [EMAIL PROTECTED] 2003-05-28 09:57 ------- I had the same problem with Apache 2.0.45 (--enable-so --enable-mods-shared=all --enable-ssl --with-mpm=prefork) on a Linux system (RedHat 7.3, 2.4.16, a virtually dedicated machine). I simply got no output from the server, even setting the LogLevel to "debug" brought no error messages and the correct file sizes for the _not_ transmitted files where in the access log. I tracked the problem for a while and found out that it only occured with static files (changing the filename to .shtml or .php fixed the problem). Then, I found out that the "critical" file size is exactly 256 bytes (hardly a coincidence, I assume) - all files larger than 255 bytes were not transmitted. Maybe this information helps a little. After checking in here, I used the proposed patch "EnableSendfile Off" and it worked. Thanks a lot. Regards, Ernesto Zimmermann PS: I use Apache 2.0.45 under RedHat 8.0 (kernel 2.4.20) on my own machine and had no problems ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
