https://bz.apache.org/bugzilla/show_bug.cgi?id=62079

            Bug ID: 62079
           Summary: Connection timeout after 60 seconds
           Product: Apache httpd-2
           Version: 2.4-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Hi, With the default configuration of httpd.conf file, while submitting POST
request the connection gets timeout after 60 seconds, even though back end is
still processing the data. The POST request has large data, so it iterates at
back end for more processing.
When I add "TimeOut 120" in httpd.conf file then the connection will time out
after 120 seconds.

And if I add "Timeout 300" in httpd.conf file then the same request resubmits
after every 120 seconds and the connection gets timeout after 300 seconds. In
this scenario same request get resubmit 3 times. 

I am looking for the first request to be processed successfully, without
connection timeout. could you please suggest.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to