Posted by Colin McKinnon on 03/17/07 17:56
martijn.oldenburg@gmail.com wrote:
> LS,
>
> In the apache forums/newsgroups nobody seems to know the answer so I
> am trying my luck here. Maybe it is a php problem after all.
>
> My flash multiple upload systeem keep timing out after 300 seconds.
> The timeout and all othere related settings in httpd.conf are set to
> 1000 seconds. There is no setting in httpd.conf set at 300. But still
> phpinfo() shows http_keep_alive being 300.
>
> Anyone have an idea how to change that setting. There doesn't seem to
> be any information about this problem. Maybe I am missing the obvious.
>
KeepAliveTimeout is a limit on the interval between requests for Apache -
not the total amount of time to keep a single connection open. Having said
that - if it is a proper HTTP client it should have no problem opening a
new connection and using that if the connection has gone idle or
MaxKeepAliveRequests is exceeded.
C.
Navigation:
[Reply to this message]
|