Ubuntu Apache 10 second timeout

Posted by Andreas Jansson on Server Fault See other posts from Server Fault or by Andreas Jansson
Published on 2010-05-30T13:00:36Z Indexed on 2010/05/30 13:13 UTC
Read the original article Hit count: 844

Filed under:
|
|

Hi,

I'm debugging an API I'm building using netcat to send raw HTTP requests. The thing is that Apache closes the connection after 10 seconds, giving me very little time to type. I know that I could pipe a file to nc, or use any other workaround, but I'd like it to work as it's supposed to.

The Timeout directive in apache2.conf is at its default of 300 seconds, KeetAliveTimeout at 15 seconds. Where could this 10 second timeout possibly be defined? I'm running Ubuntu 10.04 Desktop.

Thanks,

Andreas

© Server Fault or respective owner

Related posts about apache

Related posts about ubuntu