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=14443>.
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=14443

Keep-Alive randomly causes TCP RSTs





------- Additional Comments From [EMAIL PROTECTED]  2003-03-16 02:02 -------
I believe this is an issue I am also facing.  I am running Linux (RedHat) and 
using Perl compared to the orginal report of problems with PHP.  When a page 
would be requested, most of the time it loads fine.  However, once you refresh 
the page (testing using IE6 browser) it would fail to download.

Some of the page will download and render in the browser, but it would then 
stop, and IE will request the page.  I fixed the problem by disabling KeepAlive 
for IE6 only.

BrowserMatch "MSIE 6\.0;" nokeepalive

I managed to grab an strace of the httpd child dealing with my request.

22383 read(7, 0xbffef860, 8192)         = -1 EAGAIN (Resource temporarily 
unavailable)
22383 select(8, [7], NULL, NULL, NULL <unfinished ...>
10231 write(1, " width=\"209\" align=\"center\" bgco"..., 4096) = 4096
22383 <... select resumed> )            = 1 (in [7])
22383 read(7, " width=\"209\" align=\"center\" bgco"..., 8192) = 4096
22383 writev(3, [{"1000\r\n", 6}, {" width=\"209\" align=\"center\" bgco"..., 
4096}, {"\r\n", 2}], 3) = 4104
22383 read(7, 0xbffef860, 8192)         = -1 EAGAIN (Resource temporarily 
unavailable)
22383 select(8, [7], NULL, NULL, NULL <unfinished ...>
10231 write(1, " Offers</a></strong></font></td>"..., 4096) = 4096
22383 <... select resumed> )            = 1 (in [7])
22383 read(7, " Offers</a></strong></font></td>"..., 8192) = 4096
22383 writev(3, [{"1000\r\n", 6}, {" Offers</a></strong></font></td>"..., 
4096}, {"\r\n", 2}], 3 <unfinished ...>
10231 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
10231 read(3, 0x8203ab8, 8192)          = -1 EAGAIN (Resource temporarily 
unavailable)
10231 fcntl64(3, F_SETFL, O_RDWR)       = 0
10231 write(3, "\1\0\0\0\1", 5)         = 5
10231 shutdown(3, 2 /* send and receive */) = 0
10231 close(3)                          = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
10231 write(1, "ca,sans-serif\" size=\"2\" color=\"#"..., 1190) = 1190
10231 munmap(0x40018000, 4096)          = 0
10231 _exit(0)                          = ?
22383 <... writev resumed> )            = 2230
22383 --- SIGCHLD (Child exited) ---
22383 writev(3, [{"#DFF3FF\"><font face=\"Arial,Helve"..., 1872}, {"\r\n", 2}], 
2) = 1874
22383 read(7, "ca,sans-serif\" size=\"2\" color=\"#"..., 8192) = 1190
22383 read(7, "", 8192)                 = 0
22383 close(7)                          = 0
22383 read(9, "", 4096)                 = 0
22383 close(9)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to