> -----Original Message-----
> From: Deja User [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 14, 2001 7:36 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Apache->read timed out
>
>
> Hello ,
>
> I am getting "Apache->read timed out messages in my
> error_log,now i have been looking at this problem for a while
> now before posting it for help, whats happening is if i test
> my application from within the network , because the
> connection being very fast i am not having any problems , but
> when i try to do the same thing from the external network
> over a dial up line i get this error message in the error
> logs and the script gets killed
>
> What we are doing is we are uploading large amts of data
> using HTTP POSTS ,so at the server end i am using the
> Apache->read function to get the body of the post.
>
did you try playing with $r->reset_timeout and/or the Apache TimeOut
directive?
HTH
--Geoff